diff --git a/ui/.devcontainer/devcontainer.json b/ui/.devcontainer/devcontainer.json index 5054c26..84133c6 100644 --- a/ui/.devcontainer/devcontainer.json +++ b/ui/.devcontainer/devcontainer.json @@ -22,8 +22,8 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ "dbaeumer.vscode-eslint", - "octref.vetur", - "Syler.sass-indented" + "Syler.sass-indented", + "Vue.volar" ] } },