Skip to content

Releases: mathworks/MATLAB-extension-for-vscode

v1.3.13

Choose a tag to compare

@dklilley dklilley released this 28 Jul 20:35

Added

Fixed

  • Resolves an issue that prevents MATLAB workspace data from updating when a clear command is followed by a long-running operation, such as figure. (Addresses mathworks/MATLAB-extension-for-vscode#332)
  • Prevents starting the MATLAB language server in untrusted workspaces.
  • Resolves an issue with telemetry not being reported when extension settings are changed.

v1.3.12

Choose a tag to compare

@dklilley dklilley released this 15 Jun 20:33
db084b0

Added

v1.3.11

Choose a tag to compare

@dklilley dklilley released this 08 May 15:44
22cdfbe

Added

Fixed

v1.3.10

Choose a tag to compare

@dklilley dklilley released this 02 Apr 12:21
1593498

Fixed

v1.3.9

Choose a tag to compare

@dklilley dklilley released this 09 Mar 15:34
4488b7d

Added

Fixed

v1.3.8

Choose a tag to compare

@dklilley dklilley released this 09 Jan 15:39

Added

Fixed

v1.3.7

Choose a tag to compare

@dklilley dklilley released this 12 Nov 21:57
201c790

Fixed

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

v1.3.6

Choose a tag to compare

@dklilley dklilley released this 30 Oct 20:28
b5b2208

Fixed

v1.3.5

Choose a tag to compare

@dklilley dklilley released this 05 Sep 01:44
2c926f3

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

Choose a tag to compare

@dklilley dklilley released this 31 Jul 15:29
523687a

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