VSCode: Vetur -> Volar (vue3)

This commit is contained in:
Jörn-Michael Miehe 2022-11-03 17:53:06 +00:00
parent 689013e202
commit 231dfe6f9e

View file

@ -22,8 +22,8 @@
// Add the IDs of extensions you want installed when the container is created. // Add the IDs of extensions you want installed when the container is created.
"extensions": [ "extensions": [
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",
"octref.vetur", "Syler.sass-indented",
"Syler.sass-indented" "Vue.volar"
] ]
} }
}, },