blakedietz/vscode-nested-tags

Performance

Closed this issue · 1 comments

The library is doing a lot of bad things:

  • Synchronously walking the file system
  • Reading a file on every single file change

This should be fixed, gotta respect the user's cpu and memory. :)

This has since been fixed.