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
But I could not find similar features for notebookDocument. Few methods, for example, notebookDocument/did* are supported.
We can implement these features through LSP when these methods are specified in the LSP docs. There might be some other ways to implement these features through LSP. We are working on it.
Currently, the LSP functionality appears to work only for
.wl
files and not for.vsnb
files.I noticed a similar request for Jupyter Notebook.
Would it be possible to enable LSP features for
.vsnb
files as well?The text was updated successfully, but these errors were encountered: