File tree 3 files changed +4
-4
lines changed
vscode-typescript-vue-plugin
vscode-vue-language-features
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
"name" : " Launch Vue Language Features" ,
9
9
"runtimeExecutable" : " ${execPath}" ,
10
10
"args" : [
11
- " --extensionDevelopmentPath=${workspaceRoot}/extensions/vue-language-features"
11
+ " --extensionDevelopmentPath=${workspaceRoot}/extensions/vscode- vue-language-features"
12
12
],
13
13
"outFiles" : [
14
14
" ${workspaceRoot}/extensions/*/out/**/*.js" ,
25
25
"name" : " Launch TypeScript Vue Plugin" ,
26
26
"runtimeExecutable" : " ${execPath}" ,
27
27
"args" : [
28
- " --extensionDevelopmentPath=${workspaceRoot}/extensions/typescript-vue-plugin"
28
+ " --extensionDevelopmentPath=${workspaceRoot}/extensions/vscode- typescript-vue-plugin"
29
29
],
30
30
"outFiles" : [
31
31
" ${workspaceRoot}/extensions/*/out/**/*.js" ,
Original file line number Diff line number Diff line change 5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/johnsoncodehk/volar.git" ,
8
- "directory" : " extensions/typescript-vue-plugin"
8
+ "directory" : " extensions/vscode- typescript-vue-plugin"
9
9
},
10
10
"displayName" : " TypeScript Vue Plugin (Volar)" ,
11
11
"description" : " Vue Plugin for TypeScript server" ,
Original file line number Diff line number Diff line change 5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/johnsoncodehk/volar.git" ,
8
- "directory" : " extensions/vue-language-features"
8
+ "directory" : " extensions/vscode- vue-language-features"
9
9
},
10
10
"displayName" : " Vue Language Features (Volar)" ,
11
11
"description" : " Language support for Vue 3" ,
You can’t perform that action at this time.
0 commit comments