-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Change cell language fires change event #98836
Comments
(Experimental duplicate detection) |
I'm trying to use a
|
@RMacfarlane did you switch only between Markdown and GitHub Issue Notebook, if so it's expected as switching between markdown and code cells is a cellsChange event but not a language change event. |
Ah, yes, that is what I did. How do I change to a language outside of those? |
@RMacfarlane you can try
|
Thanks, that worked! |
Version: 1.46.0-insider
Steps to Reproduce:
1.Open a notebook
2.Create a markdown cell and change the language to
markdown
.A notebook event if fires for change of cell language even though the current language is already the same.
I would not expect the event to get fired if the cell language is the same.
Also as a side effect the cell output change event also gets fired (feels this is a noop change, hence events shouldn't get fired)
Does this issue occur when all extensions are disabled?: Yes/No
@rebornix
The text was updated successfully, but these errors were encountered: