General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
ArjanCodes
comments
Comments by "" (@d3stinYwOw) on "COMPLETE No-Nonsense VSCode Setup for Python Devs" video.
If you want to fix VSCode for python, drop using pylance, use basedpyright. It recreates features from Pylance inside pyright, includes various fixes to pyright itself, and is fully open source. As of ruff - you can configure ruff inside pyproject.toml. For uv - it is much better than poetry, because is fully compliant with pyproject.toml, faster, simpler, supports dependency for scripts etc.
1