1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Add SSHd and GH CLI to devcontainer to support gh net (#81623)

This commit is contained in:
Mick Vleeshouwer
2023-01-16 22:28:18 +01:00
committed by GitHub
parent d949f51f10
commit 15db63bb3b

View File

@@ -45,5 +45,13 @@
"!include_dir_merge_list scalar",
"!include_dir_merge_named scalar"
]
},
"features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "latest"
}
}
}