Skip to content

Commit 41df5f1

Browse files
Hide newFile.class command from Command Palette
Co-authored-by: gjsjohnmurray <6726799+gjsjohnmurray@users.noreply.github.com>
1 parent 251299f commit 41df5f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@
239239
"command": "vscode-objectscript.loadStudioColors",
240240
"when": "isWindows"
241241
},
242+
{
243+
"command": "vscode-objectscript.newFile.class",
244+
"when": "false"
245+
},
242246
{
243247
"command": "vscode-objectscript.newFile.businessOperation",
244248
"when": "false"

0 commit comments

Comments
 (0)