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
Maybe the problem is that notebooks are not yet fully specified, but it would be great if either events like textDocument/hover, textDocument/references, etc. are triggered also in notebook cells, or there would be corresponding notebookDocument/hover events.
Maybe I am simply missing something?
Note: after adjusting to the new URI scheme vscode-notebook-cell: diagnostics work out of the box (related to #2040) and I expected a similar behavior for hover etc.
The text was updated successfully, but these errors were encountered:
Maybe the problem is that notebooks are not yet fully specified, but it would be great if either events like
textDocument/hover
,textDocument/references
, etc. are triggered also in notebook cells, or there would be correspondingnotebookDocument/hover
events.Maybe I am simply missing something?
Note: after adjusting to the new URI scheme
vscode-notebook-cell:
diagnostics work out of the box (related to #2040) and I expected a similar behavior for hover etc.The text was updated successfully, but these errors were encountered: