Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
Add "sshd": "latest" to `features`
  • Loading branch information
hubwriter authored Aug 11, 2022
1 parent 81828d4 commit 86c2492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

// Install features. Type 'feature' in the VS Code command palette for a full list.
"features": {
"git-lfs": "latest"
"git-lfs": "latest",
"sshd": "latest"
},

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

0 comments on commit 86c2492

Please sign in to comment.