Skip to content

Commit 02127bf

Browse files
committed
chore: Add comment to dev container showing how to install the dotnet CLI if needed
1 parent 962c978 commit 02127bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"username": "vscode",
1111
"upgradePackages": "false",
1212
"nonFreePackages": "true"
13-
}
13+
} //, // Uncomment this line and the one below to install the dotnet CLI.
14+
//"ghcr.io/devcontainers/features/dotnet:2": "latest" // Installs the dotnet CLI.
1415
},
1516

1617
// Set pwsh as the default shell for the devcontainer, install required PowerShell modules, and install NPM and CSpell.

0 commit comments

Comments
 (0)