We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c9a4f commit 0a5aee6Copy full SHA for 0a5aee6
package.json
@@ -331,17 +331,17 @@
331
"swift.editor": [
332
{
333
"command": "swift.runScript",
334
- "group": "1_file",
+ "group": "1_file@1",
335
"when": "!swift.fileIsSnippet && editorLangId == swift"
336
},
337
338
"command": "swift.runSnippet",
339
- "group": "2_file",
+ "group": "1_file@2",
340
"when": "swift.fileIsSnippet"
341
342
343
"command": "swift.debugSnippet",
344
- "group": "3_file",
+ "group": "1_file@3",
345
346
347
0 commit comments