Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Aug 7, 2024
1 parent 43f7af4 commit 7669f2a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
"ghcr.io/jpawlowski/devcontainer-features/codespace-dotfiles:1": {
// 👇 You may clone this repository to start with your own dotfiles
"repository": "https://github.com/workoho/devcontainer-dotfiles.git"
}
},

// Extension Dependencies
"ghcr.io/devcontainers-contrib/features/shfmt:1": {}
},

// 👇 Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down Expand Up @@ -128,7 +131,10 @@
"redhat.vscode-yaml",

// Azure related extensions
"ms-vscode.azurecli"
"ms-vscode.azurecli",

// VS Code related extensions
"vscode-icons-team.vscode-icons"
]
},
"dotfiles": {
Expand Down

0 comments on commit 7669f2a

Please sign in to comment.