Skip to content

Commit

Permalink
Merge pull request #4686 from stephen-cox-nzx/dev
Browse files Browse the repository at this point in the history
Update dev-containers.md as the provided devcontainer.json does not work
  • Loading branch information
KoenZomers authored Jan 22, 2025
2 parents e57daf9 + 0e5b7e8 commit 8cd6641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

### Contributors

- Stephen Cox [stephen-cox-nzx]
- Marijn Somers [Marijnsomers]
- Janne Holm [jhholm]
- Paul Bullock [pkbullock]
Expand Down
4 changes: 2 additions & 2 deletions pages/articles/dev-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This option requires the following:
```json
{
"name": "PnP 2.4.0",
"image": "m365pnp/powershell:2.4.0-alpine-3.16.5",
"image": "m365pnp/powershell:2.12.0-lts-alpine-3.17",
"customizations": {
"vscode": {
"settings": {
Expand All @@ -56,7 +56,7 @@ This option requires the following:
"dbaeumer.vscode-eslint",
"ms-vscode.PowerShell"
],
"postCreateCommand": "apk add git; git config --global --add safe.directory /workspaces"
"postCreateCommand": "apk add git xdg-utils; git config --global --add safe.directory /workspaces"
}
```

Expand Down

0 comments on commit 8cd6641

Please sign in to comment.