mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 12:50:29 -04:00
Remove some vscode differences (#5010)
* remove some vscode differences * add dates to todo comments
This commit is contained in:
@@ -681,8 +681,7 @@ export class TerminalInstance implements ITerminalInstance {
|
||||
}
|
||||
|
||||
public hasSelection(): boolean {
|
||||
// {{SQL CARBON EDIT}}
|
||||
return this._xterm && this._xterm.hasSelection ? this._xterm.hasSelection() : false;
|
||||
return this._xterm && this._xterm.hasSelection();
|
||||
}
|
||||
|
||||
public copySelection(): void {
|
||||
|
||||
Reference in New Issue
Block a user