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 0f6d665 commit 06f29eaCopy full SHA for 06f29ea
src/vs/workbench/contrib/terminal/browser/xterm/decorationAddon.ts
@@ -496,6 +496,7 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
496
}
497
await this._configurationService.updateValue(TerminalSettingId.ShellIntegrationDecorationsEnabled, newValue);
498
});
499
+ quickPick.ok = false;
500
quickPick.show();
501
502
0 commit comments