We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7af41d commit c9b7991Copy full SHA for c9b7991
1 file changed
.devcontainer/devcontainer.json
@@ -5,7 +5,9 @@
5
"features": {
6
"ghcr.io/devcontainers/features/powershell:1": {},
7
"ghcr.io/devcontainers-community/npm-features/typescript:1": {},
8
- "ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}
+ "ghcr.io/rocker-org/devcontainer-features/pandoc:1": {},
9
+ "ghcr.io/devcontainers/features/git:1": {},
10
+ "ghcr.io/devcontainers/features/git-lfs:1": {}
11
},
12
"postCreateCommand": "pwsh -Command 'Install-Module -Name Pester -Force -Scope AllUsers; Install-Module -Name powershell-yaml -Force -Scope AllUsers'",
13
"customizations": {
0 commit comments