Skip to content

Commit c2186e4

Browse files
added dev container
1 parent 05ab1d1 commit c2186e4

1 file changed

Lines changed: 38 additions & 8 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,44 @@
11
{
22
"image": "mcr.microsoft.com/devcontainers/dotnet:7.0",
33
"features": {
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": {}
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": "lts",
11+
"nvmVersion": "latest"
12+
},
13+
"ghcr.io/devcontainers/features/docker-in-docker:2": {
14+
"moby": true,
15+
"azureDnsAutoDetection": true,
16+
"installDockerBuildx": true,
17+
"version": "latest",
18+
"dockerDashComposeVersion": "v2"
19+
},
20+
"ghcr.io/devcontainers/features/go:1": {
21+
"version": "latest"
22+
},
23+
"ghcr.io/devcontainers/features/java:1": {
24+
"installMaven": true,
25+
"version": "latest",
26+
"jdkDistro": "ms",
27+
"gradleVersion": "latest",
28+
"mavenVersion": "latest",
29+
"antVersion": "latest"
30+
},
31+
"ghcr.io/devcontainers/features/php:1": {
32+
"installComposer": true,
33+
"version": "8.2.0"
34+
},
35+
"ghcr.io/devcontainers/features/python:1": {
36+
"installTools": true,
37+
"version": "latest"
38+
},
39+
"ghcr.io/jlaundry/devcontainer-features/mssql-odbc-driver:1": {
40+
"version": "18"
41+
}
1242
},
1343
"postCreateCommand": "bash .devcontainer/scripts/install-dev-tools.sh",
1444
"customizations": {

0 commit comments

Comments
 (0)