Skip to content

Commit 7e4d264

Browse files
committed
codespace: turn on sshd
Signed-off-by: Outsider <[email protected]>
1 parent 67f45c1 commit 7e4d264

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.devcontainer/devcontainer.json

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"terminal.integrated.defaultProfile.linux": "zsh"
1212
},
1313

14+
"features": {
15+
"ghcr.io/devcontainers/features/sshd:1": {
16+
"version": "latest"
17+
}
18+
},
19+
1420
"extensions": [
1521
"dbaeumer.vscode-eslint",
1622
"asciidoctor.asciidoctor-vscode",

0 commit comments

Comments
 (0)