Skip to content

Commit

Permalink
add prettier and pester to the codespace container
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgwelch committed Aug 16, 2024
1 parent 804c0e3 commit ce6a8d7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/powershell:1": {}
}
"ghcr.io/devcontainers/features/powershell:1": {},
"ghcr.io/devcontainers/features/node:1": {
"version": "lts"
},
"ghcr.io/devcontainers/features/prettier:1": {}
},
"postCreateCommand": "pwsh -c 'Install-Module Pester -Force -Scope CurrentUser'"
}

0 comments on commit ce6a8d7

Please sign in to comment.