File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 113
113
},
114
114
{
115
115
"command" : " vscode-objectscript.viewOthers" ,
116
- "when" : " editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive"
116
+ "when" : " vscode-objectscript.connectActive"
117
117
},
118
118
{
119
119
"command" : " vscode-objectscript.subclass" ,
274
274
"editor/context" : [
275
275
{
276
276
"command" : " vscode-objectscript.viewOthers" ,
277
- "when" : " editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive" ,
277
+ "when" : " vscode-objectscript.connectActive" ,
278
278
"group" : " objectscript@1"
279
279
},
280
280
{
319
319
{
320
320
"command" : " vscode-objectscript.touchBar.viewOthers" ,
321
321
"group" : " objectscript.viewOthers" ,
322
- "when" : " editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive"
322
+ "when" : " vscode-objectscript.connectActive"
323
323
}
324
324
],
325
325
"explorer/context" : [
You can’t perform that action at this time.
0 commit comments