-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Finalize notebookEditor API proposal #149271
Comments
Pinging current consumers to see if you have feedback on the current state of the
|
Works fine for us. I don't think we'd need any changes. |
No further feedback, RemoteHub's use of |
No feedback from me as well. |
No further feedback. |
I am fine as well. |
For microsoft#149271 - `NotebookEditor.document` -> `NotebookEditor.notebook` - Add `selection` to for setting primary selections. Matches `TextDocument.selection` - Deprecate `showNotebookDocument`
For #149271 - `NotebookEditor.document` -> `NotebookEditor.notebook` - Add `selection` to for setting primary selections. Matches `TextDocument.selection` - Deprecate `showNotebookDocument`
Fixes microsoft#149271 This finalizes most parts of the NotebookEditor api proposal. I haven't removed the proposal entirely as there are still a few parts being left behind: - The deprecated properties/functions - A few contribution points such as `notebook/cell/executePrimary`
Thanks for the feedback! We believe the API is ready for finalization so I've submitted a PR that moves it over. A few minor changes for adopting it:
|
For microsoft#149271 - `NotebookEditor.document` -> `NotebookEditor.notebook` - Add `selection` to for setting primary selections. Matches `TextDocument.selection` - Deprecate `showNotebookDocument`
* Finalize NotebookEditor api proposal Fixes #149271 This finalizes most parts of the NotebookEditor api proposal. I haven't removed the proposal entirely as there are still a few parts being left behind: - The deprecated properties/functions - A few contribution points such as `notebook/cell/executePrimary` * remove extra quote
Follow up on microsoft#149271 Finalizing these two contributions based on microsoft#149767 (comment) We're leaving the `notebook/cell/executePrimary` point for now as we don't plan to finalize it
Follow up on #149271 Finalizing these two contributions based on #149767 (comment) We're leaving the `notebook/cell/executePrimary` point for now as we don't plan to finalize it
I have opened this discussion on the extension author side to get feedback from the extension community |
Splitting off from #125758
The notebookEditor API proposal looks to be in good shape. We may revise a few names or functions, but otherwise I think it is ready for testing and finalization
The text was updated successfully, but these errors were encountered: