Skip to content

Commit 35f27bf

Browse files
committed
chore: fix prefixes
1 parent c62a676 commit 35f27bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "Launch Vue Language Features",
99
"runtimeExecutable": "${execPath}",
1010
"args": [
11-
"--extensionDevelopmentPath=${workspaceRoot}/extensions/vue-language-features"
11+
"--extensionDevelopmentPath=${workspaceRoot}/extensions/vscode-vue-language-features"
1212
],
1313
"outFiles": [
1414
"${workspaceRoot}/extensions/*/out/**/*.js",
@@ -25,7 +25,7 @@
2525
"name": "Launch TypeScript Vue Plugin",
2626
"runtimeExecutable": "${execPath}",
2727
"args": [
28-
"--extensionDevelopmentPath=${workspaceRoot}/extensions/typescript-vue-plugin"
28+
"--extensionDevelopmentPath=${workspaceRoot}/extensions/vscode-typescript-vue-plugin"
2929
],
3030
"outFiles": [
3131
"${workspaceRoot}/extensions/*/out/**/*.js",

extensions/vscode-typescript-vue-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/johnsoncodehk/volar.git",
8-
"directory": "extensions/typescript-vue-plugin"
8+
"directory": "extensions/vscode-typescript-vue-plugin"
99
},
1010
"displayName": "TypeScript Vue Plugin (Volar)",
1111
"description": "Vue Plugin for TypeScript server",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/johnsoncodehk/volar.git",
8-
"directory": "extensions/vue-language-features"
8+
"directory": "extensions/vscode-vue-language-features"
99
},
1010
"displayName": "Vue Language Features (Volar)",
1111
"description": "Language support for Vue 3",

0 commit comments

Comments
 (0)