We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a66830 commit 6b9d419Copy full SHA for 6b9d419
src/dotnet/.devcontainer/Dockerfile
@@ -1,2 +1,3 @@
1
ARG VARIANT=7.0-bullseye-slim
2
FROM mcr.microsoft.com/dotnet/sdk:${VARIANT}
3
+ENV PATH $PATH:/home/vscode/.dotnet:/home/vscode/.dotnet/tools
0 commit comments