Update terminalView.ts

This commit is contained in:
Daniel Imms 2021-02-17 06:14:36 -08:00 committed by GitHub
parent 9de38fc9a8
commit 154c94ef3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,7 +248,7 @@ export class TerminalViewPane extends ViewPane {
if (BrowserFeatures.clipboard.readText) {
terminal.paste();
} else {
this._notificationService.info(`This browser doesn\'t support the clipboard.readText API needed to trigger a paste, try ${platform.isMacintosh ? '⌘' : 'Ctrl'}+V instead.`);
this._notificationService.info(`This browser doesn't support the clipboard.readText API needed to trigger a paste, try ${platform.isMacintosh ? '⌘' : 'Ctrl'}+V instead.`);
}
}
// Clear selection after all click event bubbling is finished on Mac to prevent