Brandon Johns
Brandon Johns
I encountered this same error and tried to characterise it. The error will occur if an unmatched `$` is in a comment or even just by itself (though that would...
Hi, the ValueError has now been fixed (PR https://github.com/milutter/deep_lagrangian_networks/pull/5 ) I also added a requirements file for the package versions. I hope it works for you, if you were still...
This issue is the same as https://github.com/streetsidesoftware/vscode-spell-checker/issues/305 Spell checking is only enabled within commands with names that contain the text `title|color|section|subsection|footnote|chapter|part|caption|emph|enquote|text|in` https://github.com/streetsidesoftware/cspell-dicts/blob/4986a32dcc85d1cd15967386577ef1c245142486/dictionaries/latex/cspell-ext.json#L29-L31 https://github.com/streetsidesoftware/cspell-dicts/blob/4986a32dcc85d1cd15967386577ef1c245142486/dictionaries/latex/cspell-ext.json#L44 A work around is https://github.com/streetsidesoftware/vscode-spell-checker/issues/305#issuecomment-560488221 You can...