Open rchiodo opened 1 year ago
need to check if this is a regression
This is not a regression and is really because we can't search on disk.
The root cause of the problem is that notebook tabs are open in VS code but they weren't clicked on to cause the notebook to render. The notebookDocument/open even was never sent.
So the root of the problem is that we can't search on disk.
See this issue for how we could solve this problem: https://github.com/microsoft/vscode/issues/177391
Repro steps:
output_notebook
Expected result: At least finding references in all of the open notebooks
Actual result: Finds the reference only in the current notebook