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 8a56abe commit 1418becCopy full SHA for 1418bec
packages/common/src/types/TreeSitter.ts
@@ -30,7 +30,7 @@ export interface TreeSitter {
30
createQuery(languageId: string, source: string): Query | undefined;
31
32
/**
33
- * FIXME: On newer vscode versions the latex parse throws memory errors
+ * FIXME: On newer vscode versions the latex Tree sitter parser throws memory errors
34
* https://github.com/cursorless-dev/cursorless/issues/2879
35
*/
36
disableLatexMsg?: string;
0 commit comments