query error markers

This commit is contained in:
Jan Prochazka
2022-09-25 19:45:47 +02:00
parent 2f820d8dac
commit 1a7f06342f
9 changed files with 102 additions and 36 deletions

View File

@@ -32,7 +32,7 @@
return domEditor.getEditor();
}
export function getCurrentCommandText(): string {
export function getCurrentCommandText(): { text: string; line?: number } {
return domEditor.getCurrentCommandText();
}