Skip to content

Commit e7dc8b1

Browse files
committed
Add Vue tooling extension to dev container
1 parent 44070b3 commit e7dc8b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
// Add the IDs of extensions you want installed when the container is created.
1414
"extensions": [
1515
"esbenp.prettier-vscode",
16-
"ms-vscode.vscode-typescript-tslint-plugin"
16+
"ms-vscode.vscode-typescript-tslint-plugin",
17+
"vue.volar"
1718
],
1819
"settings": {
1920
"editor.formatOnSave": false,

0 commit comments

Comments
 (0)