mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 817eb6b0c720a4ecbc13c020afbbebfed667aa09 (#7356)
This commit is contained in:
@@ -389,7 +389,7 @@ export interface IEditor {
|
||||
* Set the selections for all the cursors of the editor.
|
||||
* Cursors will be removed or added, as necessary.
|
||||
*/
|
||||
setSelections(selections: ISelection[]): void;
|
||||
setSelections(selections: readonly ISelection[]): void;
|
||||
|
||||
/**
|
||||
* Scroll vertically as necessary and reveal lines.
|
||||
|
||||
Reference in New Issue
Block a user