mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
18 lines
441 B
JSON
18 lines
441 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"options": [
|
|
"--platform=linux/amd64"
|
|
]
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"ms-python.python",
|
|
"ms-azuretools.vscode-containers"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "bash ./.devcontainer/setup-devcontainer.sh"
|
|
} |