mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 18:46:34 -05:00
Merge from vscode 817eb6b0c720a4ecbc13c020afbbebfed667aa09 (#7356)
This commit is contained in:
@@ -728,7 +728,7 @@ export class DiffEditorWidget extends Disposable implements editorBrowser.IDiffE
|
||||
this.modifiedEditor.setSelection(something);
|
||||
}
|
||||
|
||||
public setSelections(ranges: ISelection[]): void {
|
||||
public setSelections(ranges: readonly ISelection[]): void {
|
||||
this.modifiedEditor.setSelections(ranges);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user