Skip to content

Commit

Permalink
Minor updates to codespace config
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Dec 8, 2023
1 parent 01098b5 commit f3ecaf2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"pwsh": {
"path": "/opt/microsoft/powershell/7/pwsh"
}
}
},
"powershell.powerShellDefaultVersion": "PowerShell"
},
"extensions": [
"ms-dotnettools.vscode-dotnet-runtime",
Expand All @@ -20,7 +21,8 @@
"github.vscode-github-actions",
"bewhite.psrule-vscode-preview",
"davidanson.vscode-markdownlint",
"eamodio.gitlens"
"eamodio.gitlens",
"streetsidesoftware.code-spell-checker"
]
}
},
Expand Down

0 comments on commit f3ecaf2

Please sign in to comment.