unity build! but not like that kind
This commit is contained in:
11
.vscode/tasks.json
vendored
11
.vscode/tasks.json
vendored
@@ -16,7 +16,16 @@
|
||||
"command": "${workspaceFolder}/nob.exe",
|
||||
"group": "build",
|
||||
"problemMatcher": "$msCompile",
|
||||
"detail": "Build autosample via nob"
|
||||
"detail": "Build autosample (release)"
|
||||
},
|
||||
{
|
||||
"label": "build-debug",
|
||||
"type": "shell",
|
||||
"command": "${workspaceFolder}/nob.exe",
|
||||
"args": ["debug"],
|
||||
"group": "build",
|
||||
"problemMatcher": "$msCompile",
|
||||
"detail": "Build autosample (debug)"
|
||||
},
|
||||
{
|
||||
"label": "rebuild",
|
||||
|
||||
Reference in New Issue
Block a user