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
As I'm trying to implement the R Notebook using the Notebook API at #394 initiated by #378, I have no clue at the moment how to make language server work when editing R code cells.
The notebook API introduces a new schema vscode-notebook-cell which is not covered by the document selector of the language client created in vscode-r-lsp. I'm not sure if anything has to be changed in languageserver and vscode-r-lsp to handle requests from a notebook or notebook cell.
The text was updated successfully, but these errors were encountered:
I had a look at that API document and around the VS Code repo but I have no idea either. I'm not even sure if it's possible yet. Is it worth reaching out to the team implementing the Notebook API?
As I'm trying to implement the R Notebook using the Notebook API at #394 initiated by #378, I have no clue at the moment how to make language server work when editing R code cells.
The notebook API introduces a new schema
vscode-notebook-cell
which is not covered by the document selector of the language client created in vscode-r-lsp. I'm not sure if anything has to be changed in languageserver and vscode-r-lsp to handle requests from a notebook or notebook cell.The text was updated successfully, but these errors were encountered: