-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Finalise notebook API for notebook document change events #144662
Comments
fyi @karthiknadig The simplified events are defined in https://github.com/microsoft/vscode/blob/d4c26aa154f2506614f5a292bc598c7ce07dbf36/src/vscode-dts/vscode.proposed.notebookDocumentEvents.d.ts. They will replace the following events defined in
I have enroled |
Did the same for Pylance and eslint so we can move off when I have released a new version of the LSP libs |
Moving to April for
|
1 similar comment
Moving to April for
|
Done |
Thanks!! |
To verify: make sure latest |
LSP adds support for notebooks but currently depends on some proposed API, mostly events for saving and observe changes to the document. We should investigate what it takes to finalise those
notebookType
in document selectorssrc/vscode-dts/vscode.proposed.notebookDocumentEvents.d.ts
The text was updated successfully, but these errors were encountered: