Skip to content

Commit 523687a

Browse files
authored
Merge pull request #267 from mathworks/dklilley/release/1.3.4
MATLAB extension for VS Code - v1.3.4
2 parents 1f4ae88 + c010ae4 commit 523687a

23 files changed

+687
-261
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.4] - 2025-07-31
11+
12+
### Added
13+
- Support for running sections in MATLAB code
14+
- Support for formatting a selection
15+
- Display the language server output panel using the `matlab.showLanguageServerOutput` command
16+
- Breadcrumbs and Outline view now include methods, properties, and enumerations for improved navigation
17+
18+
### Fixed
19+
- 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
20+
- Resolves issue where extension stops working after calling `restoredefaultpath`
21+
1022
## [1.3.3] - 2025-05-15
1123

1224
### Added

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ There are some limitations to running and debugging MATLAB code in Visual Studio
4747
* When using the **dbstop** and **dbclear** functions to set and clear breakpoints, the breakpoints are added to file but are not shown in Visual Studio Code.
4848
* Variable values changed in the MATLAB terminal when Visual Studio Code is paused do not update in the **Run and Debug** view until the next time Visual Studio Code pauses.
4949

50+
## Run MATLAB in Jupyter Notebooks
51+
You also can use this extension along with the Jupyter Extension for Visual Studio Code to run MATLAB in Jupyter notebooks using Visual Studio Code. For instructions, see [Run MATLAB in Jupyter Notebooks Using VS Code](https://github.com/mathworks/jupyter-matlab-proxy/blob/main/install_guides/vscode/README.md).
52+
5053
## Configuration
5154
To configure the extension, go to the extension settings and select from the available options.
5255

0 commit comments

Comments
 (0)