File tree Expand file tree Collapse file tree 3 files changed +10
-1761
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1761
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " .NET in Codespaces" ,
3- "build" : {
4- "dockerfile" : " Dockerfile" ,
5- "args" : {
6- "IMAGE" : " dotnet:8.0-preview"
7- }
8- },
3+ "image" : " mcr.microsoft.com/dotnet/sdk: 8.0-preview" ,
94 "features" : {
105 "ghcr.io/devcontainers/features/docker-from-docker:1" : {
116 "version" : " 20.10"
127 },
138 "ghcr.io/devcontainers/features/github-cli:1" : {
149 "version" : " 2"
10+ },
11+ "ghcr.io/devcontainers/features/powershell:1" : {
12+ "version" : " latest"
13+ },
14+ "ghcr.io/azure/azure-dev/azd:0" : {
15+ "version" : " latest"
1516 }
1617 },
1718 "customizations" : {
1819 "vscode" : {
1920 "extensions" : [
2021 " ms-vscode.vscode-node-azure-pack" ,
2122 " github.vscode-github-actions" ,
22- " GitHub.copilot-nightly " ,
23+ " GitHub.copilot" ,
2324 " GitHub.vscode-github-actions" ,
2425 " ms-dotnettools.vscode-dotnet-runtime" ,
2526 " ms-dotnettools.csdevkit" ,
3132 8080 ,
3233 8081
3334 ],
34- "onCreateCommand" : " bash ${containerWorkspaceFolder}/.devcontainer/library-scripts/dotnet-install.sh --channel 8.0 -quality preview -installdir ${containerWorkspaceFolder}/.dotnet" ,
3535 "postCreateCommand" : " dotnet restore" ,
3636 "remoteUser" : " vscode" ,
3737 "hostRequirements" : {
4040 },
4141 "remoteEnv" : {
4242 "PATH" : " ${containerWorkspaceFolder}/.dotnet:${containerEnv:PATH}" ,
43- "DOTNET_MULTILEVEL_LOOKUP" : " 0" ,
44- "TARGET" : " net8.0"
43+ "DOTNET_MULTILEVEL_LOOKUP" : " 0" ,
44+ "TARGET" : " net8.0"
4545 },
4646 "portsAttributes" : {
4747 "8080" : {
You can’t perform that action at this time.
0 commit comments