Skip to content

Commit b693a68

Browse files
authored
Merge pull request #421 from rulasg/add-cs-ssh-posh-support
2 parents 3c505a9 + 6e88275 commit b693a68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .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)