Open yrammos opened 5 years 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.
I added
"javascriptreact"
to thespellright.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!