Skip to content

Commit f0aba9d

Browse files
committed
Add devcontainer configuration (#6238)
1 parent e4f5ac6 commit f0aba9d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"image": "mcr.microsoft.com/dotnet/sdk:9.0-noble",
3+
"features": {
4+
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
5+
},
6+
"customizations": {
7+
"vscode": {
8+
"extensions": [
9+
"ms-dotnettools.csdevkit",
10+
"GitHub.copilot"
11+
],
12+
"settings": {
13+
"remote.autoForwardPorts": true,
14+
"remote.autoForwardPortsSource": "hybrid",
15+
"remote.otherPortsAttributes": {
16+
"onAutoForward": "ignore"
17+
},
18+
"terminal.integrated.defaultProfile.linux": "bash"
19+
}
20+
}
21+
},
22+
"remoteUser": "app",
23+
"updateContentCommand": "docker pull mcr.microsoft.com/dotnet-buildtools/image-builder:latest"
24+
}

0 commit comments

Comments
 (0)