The current vscode configuration presets the number of CPUs for clangd to -j=4. Our virtual workstations have 8 CPUs and sometimes it is better to utilise all of them in order to build the index on changed files. Furthermore, by presetting it at the workspace level, it doesn't allow the developer to set it to some value that's appropriate for their workflow.
Can we please remove this preset?