fix indent

This commit is contained in:
Wenjie Yu(MSFT)
2022-12-13 10:25:12 +08:00
committed by GitHub
parent eba96d82af
commit b4853e22d3

View File

@@ -8,26 +8,15 @@
"USERNAME": "vscode",
"INSTALL_NODE": "false",
"NODE_VERSION": "lts/*",
"INSTALL_AZURE_CLI": "false",
"INSTALL_AZURE_DEVELOPER_CLI": "true"
"INSTALL_AZURE_CLI": "false"
}
},
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {
"version": "2.38"
},
"ghcr.io/devcontainers/features/docker-from-docker:1": {
"version": "20.10"
},
"ghcr.io/devcontainers/features/dotnet:1": {
"version": "6.0"
},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "2"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "16",
"nodeGypDependencies": false
}
},
// Comment out to connect as root user. See https://aka.ms/vscode-remote/containers/non-root.