From 3193afab3a423347efba72eec563880cf57bb193 Mon Sep 17 00:00:00 2001 From: Oliver Gut Date: Sun, 30 Apr 2023 08:24:40 +0000 Subject: [PATCH] Add dev server extension --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 25e13b6..5a88740 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,8 +13,9 @@ "xabikos.javascriptsnippets", "ecmel.vscode-html-css", "github.copilot", - "GitHub.vscode-github-actions" + "GitHub.vscode-github-actions", + "ritwickdey.liveserver" ] } } -} \ No newline at end of file +}