Skip to content

Commit c9b7991

Browse files
committed
wip 2
1 parent a7af41d commit c9b7991

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"features": {
66
"ghcr.io/devcontainers/features/powershell:1": {},
77
"ghcr.io/devcontainers-community/npm-features/typescript:1": {},
8-
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}
8+
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {},
9+
"ghcr.io/devcontainers/features/git:1": {},
10+
"ghcr.io/devcontainers/features/git-lfs:1": {}
911
},
1012
"postCreateCommand": "pwsh -Command 'Install-Module -Name Pester -Force -Scope AllUsers; Install-Module -Name powershell-yaml -Force -Scope AllUsers'",
1113
"customizations": {

0 commit comments

Comments
 (0)