From 231dfe6f9eaade7f41dfaf2f6af0dfd17526a675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Thu, 3 Nov 2022 17:53:06 +0000 Subject: [PATCH] VSCode: Vetur -> Volar (vue3) --- ui/.devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ] } },