We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9242bd8 commit 92c426aCopy full SHA for 92c426a
lib_src/misc/scopes.ts
@@ -90,7 +90,7 @@ function forRange(editor: TextEditor, range: RangeCompatible) {
90
return scopes
91
}
92
93
-export function forLines(editor, start, end) {
+export function forLines(editor: TextEditor, start: number, end: number) {
94
const startPoint = new Point(start, 0)
95
const endPoint = new Point(end, Infinity)
96
const range = new Range(startPoint, endPoint)
0 commit comments