Skip to content

Commit 337f4eb

Browse files
committed
allow workspace-level install paths
1 parent dad1e98 commit 337f4eb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
- Enabled users to specify workspace-specific MATLAB install paths
12+
1013
## [1.2.3] - 2024-06-14
1114

1215
### Notice

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@
131131
"properties": {
132132
"MATLAB.installPath": {
133133
"type": "string",
134-
"markdownDescription": "The full path to the top-level directory of the MATLAB installation you want to use with this extension. You can determine the full path to your MATLAB installation using the `matlabroot` command in MATLAB. For more information, refer to the [README](https://github.com/mathworks/MATLAB-extension-for-vscode/blob/main/README.md).",
135-
"scope": "machine"
134+
"markdownDescription": "The full path to the top-level directory of the MATLAB installation you want to use with this extension. You can determine the full path to your MATLAB installation using the `matlabroot` command in MATLAB. For more information, refer to the [README](https://github.com/mathworks/MATLAB-extension-for-vscode/blob/main/README.md). This setting can be applied globally underneath the Users tab, or overridden on a per-workspace basis in the Workspace tab.",
135+
"scope": "window"
136136
},
137137
"MATLAB.matlabConnectionTiming": {
138138
"type": "string",

0 commit comments

Comments
 (0)