Files
importer-labs/.devcontainer/devcontainer.json
T
Ethan Dennis bf4550c865 Start renaming
2022-11-02 21:02:30 -07:00

19 lines
490 B
JSON

{
"name": "Codespace to perform GitHub Actions Importer Labs",
"remoteEnv": {
"DOCKER_ARGS": "--network=host",
"INSTALLATION_TYPE": "labs"
},
"customizations": {
"vscode": {
"settings": {
"files.autoSave": "onFocusChange",
"editor.tabSize": 2
},
"extensions": [
"ms-azuretools.vscode-docker"
]
}
},
"postCreateCommand": "gh extension install github/gh-actions-importer || echo 'Could not auto-build. Skipping.' "
}