Merge pull request #5757 from alan-man/fixvsc

fix vs code configuration build tasks.json
This commit is contained in:
Max Hilbrunner
2022-04-21 12:41:00 +02:00
committed by GitHub
@@ -41,7 +41,8 @@ Importing the project
"type": "shell",
"command": "scons",
"args": [
"-j $(nproc)"
"-j",
"$(nproc)"
],
"problemMatcher": "$msCompile"
}