Skip to content

Releases: mathworks/MATLAB-extension-for-vscode

v1.3.10

02 Apr 12:21
1593498

Choose a tag to compare

Fixed

v1.3.9

09 Mar 15:34
4488b7d

Choose a tag to compare

Added

Fixed

v1.3.8

09 Jan 15:39

Choose a tag to compare

Added

Fixed

v1.3.7

12 Nov 21:57
201c790

Choose a tag to compare

Fixed

  • Resolves an issue with the previous version build. Does not include any changes to the extension's code or features.

v1.3.6

30 Oct 20:28
b5b2208

Choose a tag to compare

Fixed

v1.3.5

05 Sep 01:44
2c926f3

Choose a tag to compare

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 edit and open commands
  • 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 Section command does not work until a file is modified for the first time.
  • Applied patch for CVE-2025-54798

v1.3.4

31 Jul 15:29
523687a

Choose a tag to compare

Added

  • Support for running sections in MATLAB code
  • Support for formatting a selection
  • Display the language server output panel using the matlab.showLanguageServerOutput command
  • Breadcrumbs and Outline view now include methods, properties, and enumerations for improved navigation

Fixed

v1.3.3

15 May 17:15
8f7b1d3

Choose a tag to compare

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

06 Mar 16:38
040d1e0

Choose a tag to compare

Fixed

  • Resolves errors with adding workspace folders to the MATLAB path on macOS and Linux systems
  • Update keyboard shortcut to stop MATLAB execution from Cmd+C to Ctrl+C on macOS systems

v1.3.1

04 Mar 15:52
1cdb339

Choose a tag to compare

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.startDebuggerAutomatically to false
  • Resolves errors with document formatting when using with MATLAB R2025a
  • Resolves errors with execution and debugging when using with MATLAB R2022a