shmodot/.vscode/tasks.json

18 lines
406 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "/usr/bin/godot-mono",
"type": "process",
"args": [
"--build-solutions",
"--path",
"${workspaceRoot}",
"--no-window",
"-q"
],
"problemMatcher": "$msCompile"
}
]
}