Closed diablodale closed 1 year ago
Thanks for the report! We'll try to reproduce this issue and let you know if we have any additional questions.
👍
I am unsure whether this issue has been completely resolved. I can reproduce this issue by setting different parallel jobs in remote
and workspace
.
If I set cmake.parallelJobs
to 12
in remote settings and set 16
in workspace, then cmake build
will get:
[proc] Executing command: /usr/bin/cmake --build /repo/build --config Debug --target all -j 12 --
Brief Issue Summary
When
cmake.parallelJobs
is set the the user's main settings.json and is also set in workspace's.vscode/settings.json
, then the workspace value is ignored and only the main user's setting is used. (I thought this worked in the past but noticed it does not today).user's settings.json
workspace .vscode/settings.json
Result
a cmake build in vscode of...
Workaround
Don't use the workspace settings file for this cmt setting. Instead, set the desired parallelJobs in the main user settings.json
CMake Tools Diagnostics
Debug Log
No response
Additional Information
No response