Skip to content

Commit

Permalink
update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
connorcarnes committed Feb 13, 2024
1 parent 8dc0ce2 commit 0fb71ca
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@
"terminal.integrated.defaultProfile.linux": "pwsh"
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": []
"extensions": [
"ms-vscode.PowerShell",
"ms-vscode-remote.remote-containers",
"ryanluker.vscode-coverage-gutters",
"DavidAnson.vscode-markdownlint",
"eriklynd.json-tools",
"redhat.vscode-xml",
"ms-azuretools.vscode-docker"
]
}
}
}

0 comments on commit 0fb71ca

Please sign in to comment.