You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understand, this repository does not use the original Isabelle VSCode language server, but instead the modified language server of isabelle-emacs. That one at least does have a vscode_html_output option as well as the PIDE/progress and PIDE/progress_request messages which are also missing otherwise.
coc-isabelle defaults to setting the
vscode_html_output
option to false here https://github.com/ThreeFx/coc-isabelle/blob/main/src/index.ts#L23but the VSCode extension of Isabelle doesn't support the option
https://github.com/seL4/isabelle/blob/master/src/Tools/VSCode/etc/options
so that the command line, the plugin composes, breaks with this output
I'm using
What am I missing?
The text was updated successfully, but these errors were encountered: