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 15c7f58 commit a996f2aCopy full SHA for a996f2a
src/vs/workbench/contrib/terminal/browser/terminalInstance.ts
@@ -1192,7 +1192,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
1192
}
1193
1194
1195
- private async _onSelectionChange(): void {
+ private async _onSelectionChange(): Promise<void> {
1196
if (this._configurationService.getValue('terminal.integrated.copyOnSelection')) {
1197
if (this.hasSelection()) {
1198
await this.copySelection();
0 commit comments