Skip to content

Commit

Permalink
Update devcontainer configuration (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Jul 16, 2023
1 parent b72e1bd commit b484201
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
15 changes: 12 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,22 @@
},
"extensions": [
"ms-dotnettools.csharp",
"bewhite.psrule-vscode-preview"
"ms-vscode.powershell",
"github.vscode-pull-request-github",
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker",
"bewhite.psrule-vscode-preview",
"eamodio.gitlens"
]
}
},
"features": {
"github-cli": "latest",
"powershell": "latest"
"ghcr.io/devcontainers/features/github-cli": {
"version": "latest"
},
"ghcr.io/devcontainers/features/powershell": {
"version": "latest"
}
},
"onCreateCommand": "/opt/microsoft/powershell/7/pwsh -f .devcontainer/container-build.ps1",
"postStartCommand": "/opt/microsoft/powershell/7/pwsh -f .devcontainer/container-start.ps1",
Expand Down
16 changes: 8 additions & 8 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"recommendations": [
"ms-azure-devops.azure-pipelines",
"github.vscode-pull-request-github",
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker",
"bewhite.psrule-vscode-preview",
"ms-dotnettools.csharp"
]
"recommendations": [
"ms-dotnettools.csharp",
"ms-vscode.powershell",
"github.vscode-pull-request-github",
"davidanson.vscode-markdownlint",
"streetsidesoftware.code-spell-checker",
"bewhite.psrule-vscode-preview"
]
}

0 comments on commit b484201

Please sign in to comment.