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 dc21fe5 commit 9534d27Copy full SHA for 9534d27
package.json
@@ -65,6 +65,10 @@
65
"command": "matlab.enableSignIn",
66
"title": "MATLAB: Manage Sign In Options"
67
},
68
+ {
69
+ "command": "matlab.openFile",
70
+ "title": "MATLAB: Open File"
71
+ },
72
{
73
"command": "matlab.resetDeprecationPopups",
74
"title": "MATLAB: Reset Deprecation Warning Popups"
@@ -125,6 +129,10 @@
125
129
"command": "matlab.runSelection",
126
130
"when": "editorLangId == matlab && editorHasSelection && !editorHasMultipleSelections",
127
131
"group": "1_run"
132
133
134
135
+ "when": "editorLangId == matlab && editorHasSelection && resourceExtname != '.m'"
128
136
}
137
],
138
"explorer/context": [
0 commit comments