customEditor API #3951
Replies: 1 comment 13 replies
-
We tried, but reverted in d6f0bad due to regressions. The most prominent one is, when the pdf is removed (e.g., during compilation. Some tools first remove then create a new pdf), custom editors will be closed by vscode. This behavior cannot be controlled, making e.g. #3642 #3659 |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, follow-up to #3337 and #3338 here. Is using the customEdior API (without the workaround of reopening each requested document) something you would consider at the moment?
I implemented this in https://github.com/ManuelHentschel/LaTeX-Workshop/tree/customEditor, based on the latest version of this repo, and would be happy to create a PR, work out any remaining bugs, or adapt design choices to your preferences, if you are interested.
Beta Was this translation helpful? Give feedback.
All reactions