We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb727c7 commit db5e011Copy full SHA for db5e011
editors/code/src/commands.ts
@@ -292,7 +292,7 @@ export function toggleInlayHints(ctx: Ctx): Cmd {
292
await vscode
293
.workspace
294
.getConfiguration(`${ctx.config.rootSection}.inlayHints`)
295
- .update('enable', !ctx.config.inlayHints.enable, vscode.ConfigurationTarget.Workspace);
+ .update('enable', !ctx.config.inlayHints.enable, vscode.ConfigurationTarget.Global);
296
};
297
}
298
0 commit comments