Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 7380ebad2b..c9ab57be99 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -974,6 +974,19 @@ { "title": "Cargo", "properties": { + "rust-analyzer.cargo.configPath": { + "markdownDescription": "Path to a `.cargo/config.toml` style file to pass to cargo via `--config`\nfor every cargo invocation (metadata, build scripts, config discovery).\nUseful to give rust-analyzer a consistent view of the project configuration.", + "default": null, + "type": [ + "null", + "string" + ] + } + } + }, + { + "title": "Cargo", + "properties": { "rust-analyzer.cargo.extraArgs": { "markdownDescription": "Extra arguments that are passed to every cargo invocation.", "default": [], |