diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-09-19 17:31:08 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-09-19 17:31:08 +0200 |
| commit | a6c067c06d9341e9d4c8a7ead2cc5f58a533ecfd (patch) | |
| tree | a5d642c232ecf701f574a1bbd9fd956a298621c0 /editors/code | |
| parent | d9f570960980a98a1cde705ca38bf957231a53e6 (diff) | |
| download | rust-a6c067c06d9341e9d4c8a7ead2cc5f58a533ecfd.tar.gz rust-a6c067c06d9341e9d4c8a7ead2cc5f58a533ecfd.zip | |
Simplify
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 94b41c049bc..f8eec9f62e5 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -515,7 +515,7 @@ } }, "rust-analyzer.checkOnSave.extraEnv": { - "markdownDescription": "Extra environment variables that will be set when running `cargo check`.", + "markdownDescription": "Extra environment variables that will be set when running `cargo check`.\nExtends `#rust-analyzer.cargo.extraEnv#`.", "default": {}, "type": "object" }, |
