Skip to content

Commit 040d1e0

Browse files
authored
Merge pull request #228 from mathworks/dklilley/release/1.3.2
MATLAB extension for VS Code - v1.3.2
2 parents 73b527e + 0533528 commit 040d1e0

File tree

4 files changed

+28
-23
lines changed

4 files changed

+28
-23
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.3.2] - 2025-03-06
11+
12+
### Fixed
13+
- Resolves errors with adding workspace folders to the MATLAB path on macOS and Linux systems
14+
- Update keyboard shortcut to stop MATLAB execution from `Cmd+C` to `Ctrl+C` on macOS systems
15+
1016
## [1.3.1] - 2025-01-23
1117

1218
### Added

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Edit MATLAB code with syntax highlighting, linting, navigation support, and more",
55
"icon": "public/L-Membrane_RGB_128x128.png",
66
"license": "MIT",
7-
"version": "1.3.1",
7+
"version": "1.3.2",
88
"engines": {
99
"vscode": "^1.67.0"
1010
},
@@ -93,7 +93,6 @@
9393
{
9494
"command": "matlab.interrupt",
9595
"key": "Ctrl+C",
96-
"mac": "Cmd+C",
9796
"when": "((editorTextFocus && !editorHasSelection && editorLangId == matlab) || (terminalFocus && matlab.isActiveTerminal && !matlab.terminalHasSelection && !terminalTextSelectedInFocused))"
9897
}
9998
],

server

Submodule server updated 57 files

0 commit comments

Comments
 (0)