Skip to content

Commit

Permalink
feat: add vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu committed May 22, 2023
1 parent e9001a2 commit ce416f2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [
5432
]
],
"customizations": {
"vscode": {
"extensions": [
"redhat.vscode-yaml",
"ms-kubernetes-tools.vscode-aks-tools",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"ms-kubernetes-tools.aks-devx-tools"
]
}
}
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "rustc --version",
// Configure tool-specific properties.
Expand Down

0 comments on commit ce416f2

Please sign in to comment.