Files
2023-05-04 15:33:57 -04:00

24 lines
541 B
JSON

{
"name": "Codespace to perform GitHub Actions Importer Labs",
"remoteEnv": {
"INSTALLATION_TYPE": "labs"
},
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
},
"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.' "
}