diff options
| author | Junliang HU <jlhu@cse.cuhk.edu.hk> | 2022-12-09 21:36:35 +0800 |
|---|---|---|
| committer | Junliang HU <jlhu@cse.cuhk.edu.hk> | 2022-12-09 21:36:35 +0800 |
| commit | 9f5a547b3f91bee46e3015eb11cce8772820398b (patch) | |
| tree | e388d3bdc6bcbcff5d35665c6ae87f45f485960c /editors/code/package.json | |
| parent | 7d466570f47f67819edb556ccd3658b9073ec088 (diff) | |
| download | rust-9f5a547b3f91bee46e3015eb11cce8772820398b.tar.gz rust-9f5a547b3f91bee46e3015eb11cce8772820398b.zip | |
Regenerate config
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index ad5f97bb191..26a1e81f130 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1137,6 +1137,15 @@ "default": true, "type": "boolean" }, + "rust-analyzer.numThreads": { + "markdownDescription": "How many worker threads in the main loop. The default `null` means to pick automatically.", + "default": null, + "type": [ + "null", + "integer" + ], + "minimum": 0 + }, "rust-analyzer.procMacro.attributes.enable": { "markdownDescription": "Expand attribute macros. Requires `#rust-analyzer.procMacro.enable#` to be set.", "default": true, |
