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 e4f5ac6 commit f0aba9dCopy full SHA for f0aba9d
.devcontainer/devcontainer.json
@@ -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