Releases: mathworks/MATLAB-language-server
Releases · mathworks/MATLAB-language-server
v1.3.10
v1.3.9
Fixed
- Resolves an issue starting MATLAB when the
HOMEenvironment variable is set to an invalid folder (Addresses mathworks/MATLAB-extension-for-vscode#164) - Applied patches for CVE-2025-13465, CVE-2025-68157, CVE-2025-68458, CVE-2026-2391, CVE-2026-27606, CVE-2026-27903
v1.3.8
Added
- Support for using the pause button to pause in the debugger (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)
Fixed
- Changes the default value of
MATLAB.defaultEditortotrue - 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, and CVE-2025-64756
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
v1.3.4
Added
- Support for document range formatting
- Document symbol model now include methods, properties, and enumerations for improved navigation
Fixed
- Resolves a crash that occurs when language server is used over stdin/stdout
- Resolves issue where language server stops working after calling
restoredefaultpath - Applied patches for CVE-2023-44270, CVE-2024-11831, CVE-2025-27789, CVE-2025-30359, CVE-2025-30360, CVE-2025-32996, and CVE-2025-5889
v1.3.3
v1.3.2
v1.3.1
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