mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 19:34:16 +00:00
Fix incorrect config key in client config update
Closes https://github.com/rust-lang/rust-analyzer/issues/12288
This commit is contained in:
parent
3bbdb0dbb6
commit
d43b9dae56
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ export async function updateConfig(config: vscode.WorkspaceConfiguration) {
|
|||
["hoverActions.run", "hover.actions.run.enable",],
|
||||
["inlayHints.chainingHints", "inlayHints.chainingHints.enable",],
|
||||
["inlayHints.closureReturnTypeHints", "inlayHints.closureReturnTypeHints.enable",],
|
||||
["inlayHints.hideNamedConstructorHints", "inlayHints.typeHints.hideNamedConstructorHints",],
|
||||
["inlayHints.hideNamedConstructorHints", "inlayHints.typeHints.hideNamedConstructor",],
|
||||
["inlayHints.parameterHints", "inlayHints.parameterHints.enable",],
|
||||
["inlayHints.reborrowHints", "inlayHints.reborrowHints.enable",],
|
||||
["inlayHints.typeHints", "inlayHints.typeHints.enable",],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue