0

I am coding with the latest version of Visual Studio Code with Python. For some reason I get those red underlines on my code, where there would be a "problem". The annoying part of this is that I get it even while still typing the code. Could someone please tell how to remove it?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
Leevi
  • 11
  • 1

1 Answers1

1

I think you may also be able to press Ctrl(or command) + Shift+P then type disable error squiggles then disable it like that. This works for c/c++ so I am not sure if it will work on python! This also disables it showing all errors

AEM
  • 1,354
  • 8
  • 20
  • 30
tomessy
  • 21
  • 1