Added .devcontainer.json
This commit is contained in:
parent
c49676b14f
commit
9e968bd982
12
.devcontainer/.devcontainer.json
Normal file
12
.devcontainer/.devcontainer.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"features": {},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-azuretools.vscode-docker",
|
||||
"mhutchie.git-graph"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user