vscode-clojure-debug
vscode-clojure-debug copied to clipboard
Resolving docstrings can be really slow
Environment
- VSCode Version: 1.8.1
- OS Version: OS X
- Clojure Extension Version: 0.1.0
Description
Noticed when jumping to definition for clojure.core/println that resolving docstrings on the functions while there were really slow. Didn't notice this slowness when resolving on the same functions when in my own code. Could the docstring lookup be extracting the jar file every time?
I think this may have been fixed with a separate issue. Leaving open for now until I can test more.