We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba61c8 commit 618b0e7Copy full SHA for 618b0e7
1 file changed
.devcontainer/devcontainer.json
@@ -4,7 +4,10 @@
4
"features": {
5
"ghcr.io/devcontainers/features/git:1": {},
6
"ghcr.io/devcontainers/features/github-cli:1": {},
7
- "ghcr.io/devcontainers-contrib/features/pnpm:2": {}
+ "ghcr.io/devcontainers-contrib/features/pnpm:2": {},
8
+ "ghcr.io/devcontainers/features/sshd:1": {
9
+ "version": "latest"
10
+ }
11
},
12
"customizations": {
13
"vscode": {
0 commit comments