File tree Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change 114
114
},
115
115
{
116
116
"command" : " vscode-objectscript.explorer.export" ,
117
- "when" : " vscode-objectscript.connectActive"
117
+ "when" : " false"
118
+ },
119
+ {
120
+ "command" : " vscode-objectscript.explorer.otherNamespace" ,
121
+ "when" : " false"
122
+ },
123
+ {
124
+ "command" : " vscode-objectscript.explorer.otherNamespaceClose" ,
125
+ "when" : " false"
126
+ },
127
+ {
128
+ "command" : " vscode-objectscript.explorer.showGenerated" ,
129
+ "when" : " false"
130
+ },
131
+ {
132
+ "command" : " vscode-objectscript.explorer.hideGenerated" ,
133
+ "when" : " false"
134
+ },
135
+ {
136
+ "command" : " vscode-objectscript.explorer.showSystem" ,
137
+ "when" : " false"
138
+ },
139
+ {
140
+ "command" : " vscode-objectscript.explorer.hideSystem" ,
141
+ "when" : " false"
142
+ },
143
+ {
144
+ "command" : " vscode-objectscript.compileFolder" ,
145
+ "when" : " false"
146
+ },
147
+ {
148
+ "command" : " vscode-objectscript.importFolder" ,
149
+ "when" : " false"
118
150
},
119
151
{
120
152
"command" : " vscode-objectscript.explorer.delete" ,
496
528
{
497
529
"category" : " ObjectScript" ,
498
530
"command" : " vscode-objectscript.importFolder" ,
499
- "title" : " Import without Compilation"
531
+ "title" : " Import Without Compilation"
500
532
},
501
533
{
502
534
"category" : " ObjectScript" ,
You can’t perform that action at this time.
0 commit comments