Skip to content

Commit 86c2492

Browse files
authored
Update devcontainer.json
Add "sshd": "latest" to `features`
1 parent 81828d4 commit 86c2492

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717

1818
// Install features. Type 'feature' in the VS Code command palette for a full list.
1919
"features": {
20-
"git-lfs": "latest"
20+
"git-lfs": "latest",
21+
"sshd": "latest"
2122
},
2223

2324
// Visual Studio Code extensions which help authoring for docs.github.com.

0 commit comments

Comments
 (0)