Hi John,
The "jobs" element is part of the schema for a "buildPresets", not a "configurePresets". Try adding a new build presets section with the "jobs" element. Something like:
"buildPresets": [
{
"name": "parallelBuild",
"displayName": "Parallel Build",
"configurePreset": "linux-debug",
"jobs": 16
}
]
-Paul