Skip to content

Commit 0a5aee6

Browse files
authored
Fix ordering of swift menu entries (#430)
1 parent e9c9a4f commit 0a5aee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,17 +331,17 @@
331331
"swift.editor": [
332332
{
333333
"command": "swift.runScript",
334-
"group": "1_file",
334+
"group": "1_file@1",
335335
"when": "!swift.fileIsSnippet && editorLangId == swift"
336336
},
337337
{
338338
"command": "swift.runSnippet",
339-
"group": "2_file",
339+
"group": "1_file@2",
340340
"when": "swift.fileIsSnippet"
341341
},
342342
{
343343
"command": "swift.debugSnippet",
344-
"group": "3_file",
344+
"group": "1_file@3",
345345
"when": "swift.fileIsSnippet"
346346
},
347347
{

0 commit comments

Comments
 (0)