0

In VS Code, I would like to ignore "unused import *** from wildcard import". How to add this warning [W0614] to the existing warnings in VS Code settings

newbie
  • 1,282
  • 3
  • 20
  • 43
  • Does this help: https://stackoverflow.com/questions/50678503/is-it-possible-to-ignore-specific-warnings-with-visual-studio-codes-linter – Torxed Sep 13 '19 at 07:58
  • Nah! I want to have the existing warnings and need to add a new warning to the ignore list. – newbie Sep 13 '19 at 08:39

1 Answers1

0

Maybe you should try using PyCharm. But if you dont want to i think in the instllation folder of VS Code there is a .cfg file you should try find all .cfg file and then check the content of the files. And in one of there is something about ignoreing errors. I dont remember because nowadays I use PyCharm instead of using VS code for Python.

Marci
  • 129
  • 1
  • 13
  • I agree. But pycharm is very slow compared to VS Code. So, I switched out from pycharm and wanted to use VS Cute. Also there are lot of extensions available which make programming a lot easier in VS Code. – newbie Sep 13 '19 at 10:16
  • You are right! But in "VS Cute" :) there are very few extensions which is Python oriented. – Marci Sep 19 '19 at 06:58