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 5fb7501 commit 2e6d3d6Copy full SHA for 2e6d3d6
lib_src/misc/blocks.ts
@@ -167,7 +167,7 @@ export function get(editor: TextEditor) {
167
})
168
}
169
170
-export function getLocalContext(editor: TextEditor, row) {
+export function getLocalContext(editor: TextEditor, row: number) {
171
const range = getRange(editor, row)
172
const context = range ? editor.getTextInBufferRange(range) : ""
173
// NOTE:
0 commit comments