mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
Merge from vscode e3c4990c67c40213af168300d1cfeb71d680f877 (#16569)
This commit is contained in:
@@ -45,6 +45,10 @@ class LineSequence implements ISequence {
|
||||
return elements;
|
||||
}
|
||||
|
||||
public getStrictElement(index: number): string {
|
||||
return this.lines[index];
|
||||
}
|
||||
|
||||
public getStartLineNumber(i: number): number {
|
||||
return i + 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user