Added .devcontainer.json

This commit is contained in:
Tigerblue77
2023-03-04 18:44:37 +00:00
parent c49676b14f
commit 9e968bd982

View File

@@ -0,0 +1,12 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {},
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker",
"mhutchie.git-graph"
]
}
}
}