Skip to content

Commit

Permalink
Add SSH extension to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 authored Jun 23, 2024
1 parent 3062575 commit 30badb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"image": "ghcr.io/gizmo385/dotfiles:main",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2.11.0": {}
"ghcr.io/devcontainers/features/docker-in-docker:2.11.0": {},
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit 30badb2

Please sign in to comment.