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", "USERNAME": "vscode",
"INSTALL_NODE": "false", "INSTALL_NODE": "false",
"NODE_VERSION": "lts/*", "NODE_VERSION": "lts/*",
"INSTALL_AZURE_CLI": "false", "INSTALL_AZURE_CLI": "false"
"INSTALL_AZURE_DEVELOPER_CLI": "true"
} }
}, },
"features": { "features": {
"ghcr.io/devcontainers/features/azure-cli:1": {
"version": "2.38"
},
"ghcr.io/devcontainers/features/docker-from-docker:1": { "ghcr.io/devcontainers/features/docker-from-docker:1": {
"version": "20.10" "version": "20.10"
}, },
"ghcr.io/devcontainers/features/dotnet:1": {
"version": "6.0"
},
"ghcr.io/devcontainers/features/github-cli:1": { "ghcr.io/devcontainers/features/github-cli:1": {
"version": "2" "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. // Comment out to connect as root user. See https://aka.ms/vscode-remote/containers/non-root.