Hacker News new | ask | show | jobs
by codingkev 1612 days ago
What plugin(s) exactly are you using in VSCode for Python support?
2 comments

I have the official Python plugin and the Pylance plugin. I also have mypy enabled though that's not a separate plugin. I've avoided bugs because of that.
You only really need the official one (which bundles the language server and interpreter detection).