diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-08-05 12:18:19 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-08-05 12:18:19 +0200 |
| commit | ef7d2c5d6534464ea2bd3e2b72471bbcff4a698a (patch) | |
| tree | efaab5b3c71c521290d934d1462832fbdcb96f03 /src/tools/rust-analyzer/editors/code/package.json | |
| parent | d646f7b258766d38a67422f05dfe4686851dd245 (diff) | |
| download | rust-ef7d2c5d6534464ea2bd3e2b72471bbcff4a698a.tar.gz rust-ef7d2c5d6534464ea2bd3e2b72471bbcff4a698a.zip | |
feat: Load sysroot library via cargo metadata
Diffstat (limited to 'src/tools/rust-analyzer/editors/code/package.json')
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 4b594129a36..abb40ac35ed 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -829,16 +829,6 @@ { "title": "cargo", "properties": { - "rust-analyzer.cargo.sysrootQueryMetadata": { - "markdownDescription": "Whether to run cargo metadata on the sysroot library allowing rust-analyzer to analyze\nthird-party dependencies of the standard libraries.\n\nThis will cause `cargo` to create a lockfile in your sysroot directory. rust-analyzer\nwill attempt to clean up afterwards, but nevertheless requires the location to be\nwritable to.", - "default": false, - "type": "boolean" - } - } - }, - { - "title": "cargo", - "properties": { "rust-analyzer.cargo.sysrootSrc": { "markdownDescription": "Relative path to the sysroot library sources. If left unset, this will default to\n`{cargo.sysroot}/lib/rustlib/src/rust/library`.\n\nThis option does not take effect until rust-analyzer is restarted.", "default": null, |
