Skip to content

Commit 6e88275

Browse files
authored
Update devcontainer.json
1 parent 3c505a9 commit 6e88275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
},
66
"features": {
77
"ghcr.io/devcontainers/features/node:1": {},
8-
"ghcr.io/devcontainers/features/sshd:1": {}
8+
"ghcr.io/devcontainers/features/sshd:1": {},
9+
"ghcr.io/devcontainers/features/powershell:1": {}
910
},
1011
"postCreateCommand": "bash ./.devcontainer/postCreateCommand.sh"
1112
}

0 commit comments

Comments
 (0)