Skip to content

Commit

Permalink
More devcontainer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Nov 19, 2024
1 parent e28be92 commit ff84b07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0.100-noble
# See https://github.com/dotnet/dotnet-docker/issues/2790 for a discussion on this, where the prioritized use case
# was *not* devcontainers, sadly.
ENV NUGET_XMLDOC_MODE=

# Install Node.js 16
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get install -y nodejs
RUN npm i -g yarn
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"dotjoshjohnson.xml",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",
"tintoy.msbuild-project-tools"
"tintoy.msbuild-project-tools",
"amodio.tsl-problem-matcher",
"firsttris.vscode-jest-runner",
"Orta.vscode-jest"
]
}

0 comments on commit ff84b07

Please sign in to comment.