We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f65160 commit 7c69553Copy full SHA for 7c69553
package.json
@@ -129,11 +129,6 @@
129
"command": "matlab.runSelection",
130
"when": "editorLangId == matlab && editorHasSelection && !editorHasMultipleSelections",
131
"group": "1_run"
132
- },
133
- {
134
- "command": "matlab.openFile",
135
- "when": "editorHasSelection",
136
- "group": "files"
137
}
138
],
139
"explorer/context": [
@@ -144,6 +139,11 @@
144
{
145
140
"command": "matlab.changeDirectory",
146
141
"when": "explorerResourceIsFolder"
142
+ },
143
+ {
+ "command": "matlab.openFile",
+ "when": "!explorerResourceIsFolder",
+ "group": "files"
147
148
149
"matlab.addPath": [
0 commit comments