Skip to content

Commit 20e56d0

Browse files
authored
(feat) add extract component command to context menu (#759)
#187
1 parent b41582b commit 20e56d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/svelte-vscode/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,13 @@
401401
"when": "editorLangId == svelte",
402402
"group": "navigation"
403403
}
404+
],
405+
"editor/context": [
406+
{
407+
"command": "svelte.extractComponent",
408+
"when": "editorLangId == svelte",
409+
"group": "1_modification"
410+
}
404411
]
405412
},
406413
"breakpoints": [

0 commit comments

Comments
 (0)