Update nostalgia to work with file system changes
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -6,7 +6,7 @@
|
||||
{
|
||||
"label": "build",
|
||||
"type": "shell",
|
||||
"command": "cmake --build ${workspaceFolder}/build/current --target install",
|
||||
"command": "cmake --build ${workspaceFolder}/build/current --target install -- -j",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
|
Reference in New Issue
Block a user