cursorless-dev / vscode-parse-tree

Syntax trees for VSCode using tree-sitter
MIT License
44 stars 38 forks source link

Figure out why large markdown files sometimes hang #54

Closed pokey closed 1 year ago

pokey commented 2 years ago

Sometimes, with a large markdown file open, the extension host will hang, and I'll see a message in dev tools saying that pokey.parse-tree was using up lots of cpu. It only seems to happen on large markdown files (eg the Cursorless README), but not consistently

pokey commented 1 year ago

fixed by https://github.com/cursorless-dev/vscode-parse-tree/pull/56