WXPython with VSCode

Hi,
I’ve been using python 3.8 for a while now with VSCode, but:
PyLinter doesn’t seem to like WXPython at all.
Is there something I need to change in the config, or is there another linter which works better with WXPython?
Thanks,
David.

Yes add wx to the white/black list in VSC config to avoid all the warnings…

Yes, I’ve altered my settings.json file in the relevant workspace, and pointed to a .pylintrc file in which I’ve put wx in the whitelist. I did copy this .pylintrc file from somewhere else, and there may be something wrong with it because I still get all the wx errors.
Perhaps I’ll just create a file with just that line,
Thanks.

uhm you need to do that inside the VSC, you need to change the configuration option for pylynt INSIDE VSC.