Skip to content

Commit c5aff0d

Browse files
committed
feat: remove create workspace snippet command
1 parent 38049fa commit c5aff0d

File tree

4 files changed

+0
-127
lines changed

4 files changed

+0
-127
lines changed

extensions/vscode-vue-language-features/package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -674,11 +674,6 @@
674674
"category": "Volar",
675675
"icon": "images/nuxt-logo.svg"
676676
},
677-
{
678-
"command": "volar.action.createWorkspaceSnippets",
679-
"title": "Create Workspace Snippets",
680-
"category": "Volar"
681-
},
682677
{
683678
"command": "volar.action.selectElement",
684679
"title": "Go to Code",
@@ -746,10 +741,6 @@
746741
"command": "volar.action.nuxt",
747742
"when": "editorLangId == vue"
748743
},
749-
{
750-
"command": "volar.action.createWorkspaceSnippets",
751-
"when": "volar.activated"
752-
},
753744
{
754745
"command": "volar.action.selectElement",
755746
"when": "volarPreviewFocus"

extensions/vscode-vue-language-features/src/common.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import * as vscode from 'vscode';
33
import * as lsp from 'vscode-languageclient';
44
import * as activeSelection from './features/activeSelection';
55
import * as nameCasing from './features/nameCasing';
6-
import * as createWorkspaceSnippets from './features/createWorkspaceSnippets';
76
import * as documentContent from './features/documentContent';
87
import * as preview from './features/preview';
98
import * as showReferences from './features/showReferences';
@@ -132,7 +131,6 @@ async function doActivate(context: vscode.ExtensionContext, createLc: CreateLang
132131

133132
splitEditors.register(context);
134133
preview.register(context);
135-
createWorkspaceSnippets.register(context);
136134
doctor.register(context);
137135
tsVersion.register('volar.selectTypeScriptVersion', context, [apiClient, docClient].filter(shared.notEmpty));
138136
reloadProject.register('volar.action.reloadProject', context, [apiClient, docClient].filter(shared.notEmpty));

extensions/vscode-vue-language-features/src/features/createWorkspaceSnippets.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

extensions/vscode-vue-language-features/templates/vue.code-snippets

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)