Skip to content

Commit 7e3ea78

Browse files
committed
Update devcontainer schema
1 parent ddc4c2d commit 7e3ea78

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

.devcontainer/devcontainer.json

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
{
22
"name": "Dev space",
33
"dockerFile": "Dockerfile",
4-
"settings": {
5-
"terminal.integrated.shell.linux": "/usr/bin/pwsh"
4+
"customizations": {
5+
"vscode": {
6+
"settings": {
7+
"terminal.integrated.shell.linux": "/usr/bin/pwsh"
8+
},
9+
"extensions": [
10+
"ms-azure-devops.azure-pipelines",
11+
"ms-dotnettools.csharp",
12+
"k--kato.docomment",
13+
"editorconfig.editorconfig",
14+
"esbenp.prettier-vscode",
15+
"pflannery.vscode-versionlens",
16+
"davidanson.vscode-markdownlint",
17+
"dotjoshjohnson.xml",
18+
"ms-vscode-remote.remote-containers",
19+
"ms-azuretools.vscode-docker",
20+
"tintoy.msbuild-project-tools",
21+
"mrmlnc.vscode-json5"
22+
]
23+
}
624
},
7-
"postCreateCommand": "./init.ps1 -InstallLocality machine",
8-
"extensions": [
9-
"ms-azure-devops.azure-pipelines",
10-
"ms-dotnettools.csharp",
11-
"k--kato.docomment",
12-
"editorconfig.editorconfig",
13-
"esbenp.prettier-vscode",
14-
"pflannery.vscode-versionlens",
15-
"davidanson.vscode-markdownlint",
16-
"dotjoshjohnson.xml",
17-
"ms-vscode-remote.remote-containers",
18-
"ms-azuretools.vscode-docker",
19-
"tintoy.msbuild-project-tools",
20-
"mrmlnc.vscode-json5"
21-
]
25+
"postCreateCommand": "./init.ps1 -InstallLocality machine"
2226
}

0 commit comments

Comments
 (0)