-
Notifications
You must be signed in to change notification settings - Fork 5
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
Stub vscode 'Notebook' API #57
Conversation
905e040
to
00e6771
Compare
@tsmaeder, I updated the branch based on your comments for a new review. |
Hi @rschnekenbu I added two new comments. The rest looks fine to me now, but I can't mark the comments as resolved for some reason 🤷 |
In the current version, you get an error in the browser log saying "notebook api is stubbed". I believe this is correct and before the most recent changes, one would have seen an exception for access to "undefined". |
LTGM now. |
This enables the possibility to load and start plugins which depend on the 'Notebook' API. The 'Notebook' functionality will not be operational but the rest of the functionality offered by the plugin will be. Contributed on behalf of STMicroelectronics Signed-off-by: Remi SCHNEKENBURGER <rschnekenburger@eclipsesource.com>
8535340
to
9d5f79c
Compare
update changelog with PR information
closing as main PR 11993 has been merged on main eclipse-theia repo |
What it does
Stub vscode 'Notebook' API
This enables the possibility to load and start plugins which depend on the 'Notebook' API. The 'Notebook' functionality will not be operational but the rest of the functionality offered by the plugin will be.
Fixes eclipse-theia#11786
Contributed on behalf of ST Microelectronics
How to test
ctrl+shift+p
and typeNew Github Issue Notebook
)Activating extension 'GitHub Issue Notebooks' failed: vscode__WEBPACK_IMPORTED_MODULE_0__.workspace.onDidOpenNotebookDocument is not a function
theia
repository to use this PRReview checklist
Reminder for reviewers