Skip to content

Commit

Permalink
Update devcontainer schema
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Dec 28, 2024
1 parent ddc4c2d commit 7e3ea78
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
{
"name": "Dev space",
"dockerFile": "Dockerfile",
"settings": {
"terminal.integrated.shell.linux": "/usr/bin/pwsh"
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.shell.linux": "/usr/bin/pwsh"
},
"extensions": [
"ms-azure-devops.azure-pipelines",
"ms-dotnettools.csharp",
"k--kato.docomment",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"pflannery.vscode-versionlens",
"davidanson.vscode-markdownlint",
"dotjoshjohnson.xml",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",
"tintoy.msbuild-project-tools",
"mrmlnc.vscode-json5"
]
}
},
"postCreateCommand": "./init.ps1 -InstallLocality machine",
"extensions": [
"ms-azure-devops.azure-pipelines",
"ms-dotnettools.csharp",
"k--kato.docomment",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"pflannery.vscode-versionlens",
"davidanson.vscode-markdownlint",
"dotjoshjohnson.xml",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",
"tintoy.msbuild-project-tools",
"mrmlnc.vscode-json5"
]
"postCreateCommand": "./init.ps1 -InstallLocality machine"
}

0 comments on commit 7e3ea78

Please sign in to comment.