|
1 | 1 | { |
2 | 2 | "image": "mcr.microsoft.com/devcontainers/dotnet:7.0", |
3 | 3 | "features": { |
4 | | - "ghcr.io/devcontainers-contrib/features/npm-package:1": { |
5 | | - "package": "typescript", |
6 | | - "version": "latest" |
7 | | - }, |
8 | | - "ghcr.io/devcontainers/features/node:1": { |
9 | | - "nodeGypDependencies": true, |
10 | | - "version": "latest" |
11 | | - }, |
12 | | - "ghcr.io/devcontainers/features/docker-in-docker:2": { |
13 | | - "moby": true, |
14 | | - "azureDnsAutoDetection": true, |
15 | | - "installDockerBuildx": true, |
16 | | - "version": "latest", |
17 | | - "dockerDashComposeVersion": "v1" |
18 | | - } |
| 4 | + "ghcr.io/devcontainers-contrib/features/npm-package:1": {}, |
| 5 | + "ghcr.io/devcontainers/features/node:1": {}, |
| 6 | + "ghcr.io/devcontainers/features/docker-in-docker:2": {}, |
| 7 | + "ghcr.io/devcontainers/features/go:1": {}, |
| 8 | + "ghcr.io/devcontainers/features/java:1": {}, |
| 9 | + "ghcr.io/devcontainers/features/php:1": {}, |
| 10 | + "ghcr.io/devcontainers/features/python:1": {}, |
| 11 | + "ghcr.io/jlaundry/devcontainer-features/mssql-odbc-driver:1": {} |
19 | 12 | }, |
20 | 13 | "postCreateCommand": "bash .devcontainer/scripts/install-dev-tools.sh", |
21 | 14 | "customizations": { |
22 | 15 | "vscode": { |
23 | 16 | "extensions": [ |
24 | | - "ms-mssql.sql-database-projects-vscode", |
25 | 17 | "ms-azuretools.vscode-azurefunctions", |
26 | 18 | "ms-vscode.azure-account", |
27 | | - "ms-azuretools.vscode-azureresourcegroups", |
28 | | - "humao.rest-client" |
| 19 | + "ms-azuretools.vscode-azureresourcegroups" |
29 | 20 | ] |
30 | 21 | } |
31 | 22 | } |
|
0 commit comments