-
Notifications
You must be signed in to change notification settings - Fork 292
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
Cut (Shift+Del or Ctrl+X) occasionally deletes twice #4035
Comments
@larsch I am able to reproduce this at this time (in stable and insiders). Will discuss this at triage meeting. |
Looks like a dupe of VS Code bug: microsoft/vscode#101946. We should investigate and open a new bug if necessary. |
Going to work on making a repro case |
Potential fix for this is here: |
Thanks for your feedback. This issue will be addressed once VS Code adds native support for editing notebooks. Please see microsoft/vscode#91987. You can experiment by using VS Code insiders, which defaults to the new notebook experience. |
Environment data
Expected behaviour
Cut (Shift+Delete, or Ctrl+X) should delete only selection and/or currently selected line.
Actual behaviour
Cut (Shift+Delete, Ctrl+X) occasionally deletes twice.
Steps to reproduce:
A: In notebook cell, make a selection, press Shift+Del. 50% of the time selection is deleted correctly. 50% of the time, the entire line is deleted too.
B; In notebook cell, with no selection, press Shift+Del. 50% of the time the current line is correctly deleted. 50% of the time, two lines are deleted.
The text was updated successfully, but these errors were encountered: