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 +}