mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Introduce toggle inlay hints
vscode command
Users now can assign a shortcut for this command via the general vscode keybindings ui or `keybinding.json file` Closes: #4599
This commit is contained in:
parent
fbb8b884a2
commit
5dab5e7379
6 changed files with 25 additions and 1 deletions
|
@ -8,7 +8,7 @@ export const NIGHTLY_TAG = "nightly";
|
|||
export class Config {
|
||||
readonly extensionId = "matklad.rust-analyzer";
|
||||
|
||||
private readonly rootSection = "rust-analyzer";
|
||||
readonly rootSection = "rust-analyzer";
|
||||
private readonly requiresReloadOpts = [
|
||||
"serverPath",
|
||||
"cargo",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue