diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a0e0cde..f3b7e08 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -27,7 +27,9 @@ "extensions": [ "streetsidesoftware.code-spell-checker", "vscjava.vscode-java-pack", - "redhat.vscode-xml" + "redhat.vscode-xml", + "github.vscode-github-actions", + "analytic-signal.preview-html" ] } }