bartosz-antosik / vscode-spellright

Multilingual, Offline and Lightweight Spellchecker for Visual Studio Code
Other
361 stars 37 forks source link

Checker automatically deactivated with "javascriptreact" language type. #305

Open yrammos opened 5 years ago

yrammos commented 5 years ago

I added "javascriptreact" to the spellright.documentTypes array in order to have .mdx files checked by default.

According to the VSCode docs, this is indeed the correct identifier for the language.

However, upon entering a single new character to my file, SpellRight is deactivated ("off").

I'm running the latest versions of VSCode and the plugin with two languages selected.

Thanks!

hrumhurum commented 1 year ago

I have a similar problem. Spell Right is not activated for .mdx files handled by a fairly popular unifiedjs.vscode-mdx extension. Trying to specify "mdx" or "javascriptreact" document types in spellright.documentTypes setting leads to nothing.