rimworld-mod-template/.vscode/tasks.json
2020-09-11 14:58:46 +03:00

15 lines
No EOL
330 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build dll",
"type": "shell",
"group": {
"kind": "build",
"isDefault": true
},
// "command": ".vscode/build.bat",
"command": "dotnet build .vscode"
},
]
}