diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-29 15:46:53 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-29 15:46:53 +0100 |
commit | 7879fc37fc90dcb5ad8e9bddb1ab60551f53dda2 (patch) | |
tree | a3eb994dde09f8f85814d58150de25bceaafab37 /editors/code | |
parent | 8146700f82b75cd3cda5191108b4277a9908c744 (diff) | |
parent | e9f5585724a52fcbe91ca11a69d9d68916d6824d (diff) |
Merge #5909
5909: Add rust-analyzer.checkOnSave.target to package.json r=matklad a=lnicola
This was already implemented, but it's missing from the manifest.
Co-authored-by: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 93d94ed12..034090155 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -350,6 +350,14 @@ | |||
350 | "default": null, | 350 | "default": null, |
351 | "description": "List of features to activate. Defaults to `rust-analyzer.cargo.features`." | 351 | "description": "List of features to activate. Defaults to `rust-analyzer.cargo.features`." |
352 | }, | 352 | }, |
353 | "rust-analyzer.checkOnSave.target": { | ||
354 | "type": [ | ||
355 | "null", | ||
356 | "string" | ||
357 | ], | ||
358 | "default": null, | ||
359 | "description": "Check for a specific target. Defaults to `rust-analyzer.cargo.target`." | ||
360 | }, | ||
353 | "rust-analyzer.cargoRunner": { | 361 | "rust-analyzer.cargoRunner": { |
354 | "type": [ | 362 | "type": [ |
355 | "null", | 363 | "null", |