Skip to content

Commit 576d4f8

Browse files
authored
New File... > Python File option should show up in File group (#18780)
1 parent cfd194b commit 576d4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@
17421742
"file/newFile": [
17431743
{
17441744
"command": "python.createNewFile",
1745-
"category": "file",
1745+
"group": "file",
17461746
"when": "!virtualWorkspace"
17471747
}
17481748
],

0 commit comments

Comments
 (0)