We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c505a9 commit 6e88275Copy full SHA for 6e88275
.devcontainer/devcontainer.json
@@ -5,7 +5,8 @@
5
},
6
"features": {
7
"ghcr.io/devcontainers/features/node:1": {},
8
- "ghcr.io/devcontainers/features/sshd:1": {}
+ "ghcr.io/devcontainers/features/sshd:1": {},
9
+ "ghcr.io/devcontainers/features/powershell:1": {}
10
11
"postCreateCommand": "bash ./.devcontainer/postCreateCommand.sh"
12
}
0 commit comments