Skip to content

Commit 06f29ea

Browse files
authored
remove unused entry (microsoft#162237)
fix 162230
1 parent 0f6d665 commit 06f29ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/terminal/browser/xterm/decorationAddon.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ export class DecorationAddon extends Disposable implements ITerminalAddon {
496496
}
497497
await this._configurationService.updateValue(TerminalSettingId.ShellIntegrationDecorationsEnabled, newValue);
498498
});
499+
quickPick.ok = false;
499500
quickPick.show();
500501
}
501502
}

0 commit comments

Comments
 (0)