Skip to content

Commit 0551b22

Browse files
authored
New File fix for windows (#276)
Fixed issue that on Windows the "Create New Project" Command does not appear when clicking on the "New File" Context Menu
1 parent 1355577 commit 0551b22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,7 @@
401401
"file/newFile": [
402402
{
403403
"command": "vectorcastTestExplorer.createNewProject",
404-
"group": "1_createnew",
405-
"when": "resourceScheme == 'file'"
404+
"group": "1_createnew"
406405
}
407406
],
408407
"commandPalette": [

0 commit comments

Comments
 (0)