dreamcast-opengl/.vscode/tasks.json

18 lines
376 B
JSON
Raw Normal View History

2024-03-11 04:39:58 +00:00
{
"version": "2.0.0",
"tasks": [
{
"label": "Build",
"type": "process",
"command": "bash",
"args": [
"--init-file", "${workspaceFolder}/.vscode/kos_make.sh"
],
"group": {
"kind": "build",
"isDefault": true
},
},
]
}