Create devcontainer.json
This commit is contained in:
parent
f0eb19f7d5
commit
97a3fa46a9
1 changed files with 13 additions and 0 deletions
13
.devcontainer/devcontainer.json
Normal file
13
.devcontainer/devcontainer.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "board.battlesnake.local",
|
||||
"image": "mcr.microsoft.com/devcontainers/go:1.18",
|
||||
"postCreateCommand": "",
|
||||
"forwardPorts": [],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [],
|
||||
"settings": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue