mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-23 00:03:07 +00:00
VSCode: Vetur -> Volar (vue3)
This commit is contained in:
parent
689013e202
commit
231dfe6f9e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue