diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile new file mode 100644 index 0000000000..d20b7fa515 --- /dev/null +++ b/.devcontainer/Dockerfile @@ -0,0 +1,16 @@ +# It's easier to restore node/typescript than dotnet, which is why we use this as the base +FROM mcr.microsoft.com/devcontainers/dotnet:8.0 + +# Install VSCode which includes the library prereqs to run vscode-test +RUN <