Releases: mathworks/MATLAB-extension-for-vscode
Releases · mathworks/MATLAB-extension-for-vscode
v1.3.10
Fixed
- Resolves an issue where output is wrapping incorrectly in the MATLAB Terminal. (Address mathworks/MATLAB-extension-for-vscode#316)
- Syntax highlighting improvements (Community contribution from @Gustaf-C)
- Resolves potential memory leaks when the extension is disabled.
- Applied patches for CVE-2026-32141
v1.3.9
Added
- Support for displaying wide CJK (Chinese, Japanese, and Korean) characters in the MATLAB terminal. (Addresses mathworks/MATLAB-extension-for-vscode#266 and mathworks/MATLAB-extension-for-vscode#276)
Fixed
- Resolves an issue starting MATLAB when the
HOMEenvironment variable is set to an invalid folder (Addresses mathworks/MATLAB-extension-for-vscode#164) - Resolves an issue with extraneous debug sessions remaining after debugger is exited (Addresses mathworks/MATLAB-extension-for-vscode#258)
- Applied patches for CVE-2025-13465, CVE-2025-69873, CVE-2026-2327, CVE-2026-2391, CVE-2026-24001, CVE-2026-25547, CVE-2026-26996, CVE-2026-27601, CVE-2026-27903, and CVE-2026-27904
v1.3.8
Added
- Temporarily pause MATLAB execution by clicking the Pause button (Addresses mathworks/MATLAB-extension-for-vscode#263)
- Improvements to symbol renaming, symbol highlighting, find references, and go to definitions as a result of advanced MATLAB program file indexing (Addresses mathworks/MATLAB-extension-for-vscode#94)
- Default initial MATLAB debugger configuration
Fixed
- Changes the default value of
MATLAB.defaultEditortotrue - Resolves an issue where the Run button displays an incorrect reason when a file cannot be run (Addresses mathworks/MATLAB-extension-for-vscode#282)
- Resolves issues with the
savepathfunction by ensuring that MATLAB language server files are not saved to the MATLAB search path (Addresses mathworks/MATLAB-extension-for-vscode#299) - Resolves potential crashes when breakpoints are set
- Applied patches for CVE-2025-15284, CVE-2025-64718, CVE-2025-64756, and CVE-2025-65945
v1.3.7
v1.3.6
Fixed
- MATLAB automatically closes after 5 minutes if the connection fails during startup, preventing leaked instances (Addresses mathworks/MATLAB-extension-for-vscode#241)
- MATLAB now starts from the primary workspace folder, so that the
pwdcommand returns the correct path during startup (Addresses mathworks/MATLAB-extension-for-vscode#233) - Resolves a crash that occurs when suppressing a linting diagnostic on a line with an existing comment (Addresses mathworks/MATLAB-extension-for-vscode#280)
- Applied patches for CVE-2025-58751 and CVE-2025-58752
v1.3.5
Added
- Support for prewarming graphics to improve the performance of first-time graphics rendering
- Support for using Visual Studio Code as the default editor when using the MATLAB
editandopencommands - Support for highlighting all references to a selected function, variable, class, or class property
Fixed
- Resolves issue where newly saved document contents are ignored during execution
- Resolves issue where section breaks are not displayed and the
Run Sectioncommand does not work until a file is modified for the first time. - Applied patch for CVE-2025-54798
v1.3.4
Added
- Support for running sections in MATLAB code
- Support for formatting a selection
- Display the language server output panel using the
matlab.showLanguageServerOutputcommand - Breadcrumbs and Outline view now include methods, properties, and enumerations for improved navigation
Fixed
- Applied patches for CVE-2023-44270, CVE-2024-11831, CVE-2025-27789, CVE-2025-30359, CVE-2025-30360, CVE-2025-32996, CVE-2025-48387, and CVE-2025-5889
- Resolves issue where extension stops working after calling
restoredefaultpath
v1.3.3
Added
- Use automatic code completion to complete commands in the MATLAB terminal
- Move the cursor in the MATLAB terminal using
Alt+Click - Support for debugging P-coded files when the corresponding source file is available
- Filter the commands in the MATLAB terminal history by entering text in the terminal (Thanks @robertoffmoura!)
Fixed
- Resolves issues with the MATLAB workspace not updating correctly when switching contexts in the call stack
- Resolves potential crashes when using code completion in files without a .m file extension
- Patches CVE-2024-12905
v1.3.2
v1.3.1
Added
- The extension keeps the MATLAB path in sync with the VS Code workspace, improving code navigation, completions, and execution
- The extension keeps the MATLAB debug workspace in sync with the selected callstack in VS Code
Fixed
- Changing the default value of
MATLAB.startDebuggerAutomaticallytofalse - Resolves errors with document formatting when using with MATLAB R2025a
- Resolves errors with execution and debugging when using with MATLAB R2022a