mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
15 lines
355 B
JSON
15 lines
355 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"onCreateCommand": "cd newIDE/app && npm install && cd ../electron-app && npm install",
|
|
"forwardPorts": [3000],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"esbenp.prettier-vscode",
|
|
"ms-vscode.cpptools",
|
|
"flowtype.flow-for-vscode"
|
|
]
|
|
}
|
|
}
|
|
}
|