0
I am using VSCODE with Ubuntu and after copying a program (python) that is working in VSCODE environment with Windows it presents in several lines a few words with error "unknown word" this happens even in comment lines (see image below).
I am using Python 3.6 and already tried to change the python version but the error continues.
Any suggestions for...? Thank you
This is just a setup for correcting typos. It must be configured to use the English dictionary and thus error in all Portuguese words.
– Woss
ever tried to install some python lint or Intellisense? Usually the blue underscore is for Info and not for error(red) or Warning (yellow)
– hugocsl
Thank you. I didn’t realize that was it.
– Eduardo