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. // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode", "remoteUser": "vscode",
"features": { "features": {
"git": "latest", "ghcr.io/devcontainers/features/github-cli:1": {},
"github-cli": "latest", "ghcr.io/devcontainers/features/ruby": {}
"rust": "latest"
} }
} }