Skip to content
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

Fix vscode api notebook selection property #14087

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

jonah-iden
Copy link
Contributor

What it does

fixes the selection property of the vscode api notebook object

How to test

you can find a small test extension including vsix file here https://github.com/jonah-iden/theia-notebook-selection-test
This contains a command Notebook-Test: Get Current Selection to show current active notebook and its cell selection

Follow-ups

Theia notebooks do not support multi cell select yet. So there is always only one selection and start and end is equal.

Review checklist

Reminder for reviewers

Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
@jonah-iden jonah-iden requested a review from msujew August 29, 2024 07:14
Copy link
Member

@msujew msujew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@msujew msujew added vscode issues related to VSCode compatibility notebook issues related to notebooks labels Aug 29, 2024
@msujew msujew merged commit ed84a10 into master Aug 29, 2024
10 of 11 checks passed
@msujew msujew deleted the jiden/fix-notebook-selection-property branch August 29, 2024 10:37
@github-actions github-actions bot added this to the 1.53.0 milestone Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notebook issues related to notebooks vscode issues related to VSCode compatibility
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants