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 114114 },
115115 {
116116 "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"
118150 },
119151 {
120152 "command" : " vscode-objectscript.explorer.delete" ,
496528 {
497529 "category" : " ObjectScript" ,
498530 "command" : " vscode-objectscript.importFolder" ,
499- "title" : " Import without Compilation"
531+ "title" : " Import Without Compilation"
500532 },
501533 {
502534 "category" : " ObjectScript" ,
You can’t perform that action at this time.
0 commit comments