rimworld-mod-template/.vscode/tasks.json

14 lines
285 B
JSON
Raw Normal View History

2020-06-20 10:23:14 +02:00
{
"version": "2.0.0",
"tasks": [
{
"label": "build dll",
"type": "shell",
"group": {
"kind": "build",
"isDefault": true
},
2020-07-27 22:00:37 +02:00
"command": ".\\.vscode\\build.bat",
2020-06-20 10:23:14 +02:00
},
]
}