Skip to content

Commit

Permalink
refactor(vscode): remove write virtual files command
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Mar 7, 2025
1 parent a2027e9 commit 61fc3ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,6 @@
"title": "Doctor",
"category": "Vue"
},
{
"command": "vue.action.writeVirtualFiles",
"title": "Write Virtual Files",
"category": "Vue (Debug)"
},
{
"command": "vue.action.splitEditors",
"title": "Split <script>, <template>, <style> Editors",
Expand Down Expand Up @@ -467,10 +462,6 @@
"command": "vue.action.doctor",
"when": "vue.activated"
},
{
"command": "vue.action.writeVirtualFiles",
"when": "vue.activated"
},
{
"command": "vue.action.splitEditors",
"when": "editorLangId == vue"
Expand Down
1 change: 0 additions & 1 deletion extensions/vscode/src/languageClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ async function activateLc(

lsp.activateAutoInsertion(selectors, client);
lsp.activateDocumentDropEdit(selectors, client);
lsp.activateWriteVirtualFiles('vue.action.writeVirtualFiles', client);

useInsidersStatusItem(context);

Expand Down

0 comments on commit 61fc3ca

Please sign in to comment.