-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve perf of notebook search #188556
Comments
Note: we should be aware of how many calls to the ext host we make; with the current implementation, we make one call per notebook, but this can be quite bad in remote scenarios.
|
Ideally, there would be another ext host function adjacent to this one that takes a mapping of vscode/src/vs/workbench/api/common/extHostNotebook.ts Lines 292 to 299 in 26f41a4
This would require changing vscode/src/vs/workbench/api/common/extHost.protocol.ts Lines 2315 to 2322 in 7a932b9
|
Fixed by #192358 |
This issue is here to track cleanup of closed notebook search (#173726).
Notably, this includes:
The text was updated successfully, but these errors were encountered: