Y
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
daydream
1611 days ago
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.
link
rcarmo
1612 days ago
You only really need the official one (which bundles the language server and interpreter detection).
link