Skip to content

Releases: mathworks/MATLAB-language-server

v1.3.2

06 Mar 16:36
073aaa1
Compare
Choose a tag to compare

Fixed

  • Resolves errors with adding workspace folders to the MATLAB path on macOS and Linux systems

v1.3.1

04 Mar 16:04
02ff685
Compare
Choose a tag to compare

Added

  • The language server keeps the MATLAB path in sync with the client workspace, improving code navigation, completions, and execution

Fixed

  • Resolves errors with document formatting when using with MATLAB R2025a
  • Resolves errors with execution and debugging when using with MATLAB R2022a

v1.3.0

04 Mar 16:04
c7ac9f9
Compare
Choose a tag to compare

Notice

  • The MATLAB language server no longer supports MATLAB R2021a. To make use of the advanced features of the extension or run and debug MATLAB code, you must have MATLAB R2021b or later installed.

Added

  • Debugging support
  • Include snippets defined within MATLAB (requires MATLAB R2025a or later)

Fixed

  • Use default values when settings are missing from configuration
  • Patches CVE-2024-52798

v1.2.7

04 Mar 16:03
bb6f79e
Compare
Choose a tag to compare

Added

  • Allow specifying the maximum file size for code analysis through the maxFileSizeForAnalysis setting
  • Linting support in untitled files and in MATLAB files with different file extensions