Skip to content

Commit

Permalink
chore: rust-analyzer.hoverActions.linksInHover config
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward committed Sep 30, 2020
1 parent 98c2bc9 commit 06b4c92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,16 @@
"default": null,
"description": "Path to rust-analyzer executable (points to bundled binary by default). If this is set, then \"rust-analyzer.updates.channel\" setting is not used"
},
"rust-analyzer.hoverActions.enable": {
"description": "Whether to show HoverActions in Rust files.",
"type": "boolean",
"default": true
},
"rust-analyzer.hoverActions.linksInHover": {
"markdownDescription": "Whether to show document links in hover. Only applies when `#rust-analyzer.hoverActions.enable#` is set.",
"type": "boolean",
"default": true
},
"rust-analyzer.linkedProjects": {
"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",
"type": "array",
Expand Down

0 comments on commit 06b4c92

Please sign in to comment.