Skip to content

Commit

Permalink
(feat) add extract component command to context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Jan 11, 2021
1 parent c8718b3 commit 39cb4c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/svelte-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,12 @@
"when": "editorLangId == svelte",
"group": "navigation"
}
],
"editor/context": [
{
"command": "svelte.extractComponent",
"group": "z_commands"
}
]
},
"breakpoints": [
Expand Down

0 comments on commit 39cb4c8

Please sign in to comment.