Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 713387f

Browse files
authored
Merge pull request #209 from Enet4/option_jobs
Add rust.jobs configuration
2 parents 6ea74df + f7fe7f3 commit 713387f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,14 @@
280280
"type": "boolean",
281281
"default": false,
282282
"description": "Do not enable default Cargo features."
283+
},
284+
"rust.jobs": {
285+
"type": [
286+
"number",
287+
"null"
288+
],
289+
"default": null,
290+
"description": "Number of Cargo jobs to be run in parallel."
283291
}
284292
}
285293
}

0 commit comments

Comments
 (0)