File tree 3 files changed +13
-6
lines changed
vscode-typescript-vue-plugin
vscode-vue-language-features
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " vscode-typescript-vue-plugin" ,
4
- "version" : " 0.34.13 " ,
4
+ "version" : " 0.34.14 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/johnsoncodehk/volar.git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " volar" ,
4
- "version" : " 0.34.13 " ,
4
+ "version" : " 0.34.14 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/johnsoncodehk/volar.git" ,
392
392
},
393
393
"volar.splitEditors.layout.left" : {
394
394
"type" : " array" ,
395
- "default" : [" script" , " scriptSetup" , " styles" ]
395
+ "default" : [
396
+ " script" ,
397
+ " scriptSetup" ,
398
+ " styles"
399
+ ]
396
400
},
397
401
"volar.splitEditors.layout.right" : {
398
402
"type" : " array" ,
399
- "default" : [" template" , " customBlocks" ]
403
+ "default" : [
404
+ " template" ,
405
+ " customBlocks"
406
+ ]
400
407
}
401
408
}
402
409
},
663
670
"vscode-languageclient" : " ^8.0.0-next.14" ,
664
671
"vscode-nls" : " 5.0.0"
665
672
}
666
- }
673
+ }
Original file line number Diff line number Diff line change 3
3
" extensions/*" ,
4
4
" packages/*"
5
5
],
6
- "version" : " 0.34.13 "
6
+ "version" : " 0.34.14 "
7
7
}
You can’t perform that action at this time.
0 commit comments