Skip to content

Commit 908c93c

Browse files
Merge pull request #280 from gjsjohnmurray/fix-278
fix #278 Exclude some commands from Command Palette
2 parents ce8ccb3 + 108a418 commit 908c93c

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

package.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,39 @@
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",
@@ -496,7 +528,7 @@
496528
{
497529
"category": "ObjectScript",
498530
"command": "vscode-objectscript.importFolder",
499-
"title": "Import without Compilation"
531+
"title": "Import Without Compilation"
500532
},
501533
{
502534
"category": "ObjectScript",

0 commit comments

Comments
 (0)