Fix issues in devcontainer.json

This commit is contained in:
NinjaCheetah 2023-01-27 18:00:08 +00:00
parent 8aace004df
commit b7e3a0d644

View File

@ -16,8 +16,7 @@
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
"features": {
"git": "latest",
"github-cli": "latest",
"rust": "latest"
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/ruby": {}
}
}