Skip to content

Commit 39cb4c8

Browse files
authored
(feat) add extract component command to context menu
#187
1 parent c8718b3 commit 39cb4c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/svelte-vscode/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,12 @@
395395
"when": "editorLangId == svelte",
396396
"group": "navigation"
397397
}
398+
],
399+
"editor/context": [
400+
{
401+
"command": "svelte.extractComponent",
402+
"group": "z_commands"
403+
}
398404
]
399405
},
400406
"breakpoints": [

0 commit comments

Comments
 (0)