From f3856ac810de77fd712e2dd97fd7c1c0e6d96729 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 25 Jul 2024 23:48:48 +0300 Subject: [PATCH] chore: update devcontainer --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ade80e7..2852fe5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ // Append -bullseye or -buster to pin to an OS version. // Use -bullseye variants on local on arm64/Apple Silicon. "args": { - "VARIANT": "16-bullseye" + "VARIANT": "20" } }, @@ -20,7 +20,7 @@ "esbenp.prettier-vscode", "dbaeumer.vscode-eslint", "svelte.svelte-vscode", - "octref.vetur" + "Vue.volar" ], // Use 'forwardPorts' to make a list of ports inside the container available locally.