Skip to content

Commit 8c685c3

Browse files
author
ThisIsKirsch
committed
last changes
1 parent b745474 commit 8c685c3

File tree

3 files changed

+10
-1761
lines changed

3 files changed

+10
-1761
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
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",
@@ -31,7 +32,6 @@
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": {
@@ -40,8 +40,8 @@
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": {

0 commit comments

Comments
 (0)