diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 859ab4477..779d7e1b8 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -486,6 +486,16 @@ | |||
486 | "type": "boolean", | 486 | "type": "boolean", |
487 | "default": true | 487 | "default": true |
488 | }, | 488 | }, |
489 | "rust-analyzer.hoverActions.run": { | ||
490 | "markdownDescription": "Whether to show `Run` action. Only applies when `#rust-analyzer.hoverActions.enable#` is set.", | ||
491 | "type": "boolean", | ||
492 | "default": true | ||
493 | }, | ||
494 | "rust-analyzer.hoverActions.debug": { | ||
495 | "markdownDescription": "Whether to show `Debug` action. Only applies when `#rust-analyzer.hoverActions.enable#` is set.", | ||
496 | "type": "boolean", | ||
497 | "default": true | ||
498 | }, | ||
489 | "rust-analyzer.linkedProjects": { | 499 | "rust-analyzer.linkedProjects": { |
490 | "markdownDescription": "Disable project auto-discovery in favor of explicitly specified set of projects. \nElements must be paths pointing to Cargo.toml, rust-project.json, or JSON objects in rust-project.json format", | 500 | "markdownDescription": "Disable project auto-discovery in favor of explicitly specified set of projects. \nElements must be paths pointing to Cargo.toml, rust-project.json, or JSON objects in rust-project.json format", |
491 | "type": "array", | 501 | "type": "array", |