Skip to content

Commit d43b9da

Browse files
authored
Fix incorrect config key in client config update
Closes #12288
1 parent 3bbdb0d commit d43b9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export async function updateConfig(config: vscode.WorkspaceConfiguration) {
172172
["hoverActions.run", "hover.actions.run.enable",],
173173
["inlayHints.chainingHints", "inlayHints.chainingHints.enable",],
174174
["inlayHints.closureReturnTypeHints", "inlayHints.closureReturnTypeHints.enable",],
175-
["inlayHints.hideNamedConstructorHints", "inlayHints.typeHints.hideNamedConstructorHints",],
175+
["inlayHints.hideNamedConstructorHints", "inlayHints.typeHints.hideNamedConstructor",],
176176
["inlayHints.parameterHints", "inlayHints.parameterHints.enable",],
177177
["inlayHints.reborrowHints", "inlayHints.reborrowHints.enable",],
178178
["inlayHints.typeHints", "inlayHints.typeHints.enable",],

0 commit comments

Comments
 (0)