-
Notifications
You must be signed in to change notification settings - Fork 20
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
Code cells are being spellchecked #141
Comments
@bradezard131 is this in a notebook or in the file editor? What browser are you using? If you type something in the editor does it go away? |
This is a notebook running in chrome. It does appear to go away when I start typing in each cell, which I'll use as a workaround for now to clean it up. I'd hope that this is still considered a bug though that I have to type in every cell to clean up the attention-grabbing red boxes. |
Ok, I see what is happening. It has nothing to do with the feature of spelling in code. Instead, the notebook initially advertises the cell to contain text and only switches the MIME format to Python code after the kernel has connected. Thus, the extension thinks that it is checking plain text. I never seen this in the notebook before but I did see this issue in File editor. The solution would be to ensure we refresh the spellchecking after the editor MIME type changed. |
Happening here as well. A good workaround is to close the notebook from the tab (don't shut down the kernel) and open it again. Those annoying highlights will go away. |
In many cases, this extension is checking the spelling in "code" cells. Is this expected behavior? Can this behavior be turned off?
The text was updated successfully, but these errors were encountered: