mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-09 00:29:00 +00:00
Merge pull request #5757 from alan-man/fixvsc
fix vs code configuration build tasks.json
This commit is contained in:
@@ -41,7 +41,8 @@ Importing the project
|
||||
"type": "shell",
|
||||
"command": "scons",
|
||||
"args": [
|
||||
"-j $(nproc)"
|
||||
"-j",
|
||||
"$(nproc)"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user