If you use Python with VS Code, be sure to add these settings:
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic"
This will give you a super power: not messing up Python typed arguments
If you use Python with VS Code, be sure to add these settings:
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic"
This will give you a super power: not messing up Python typed arguments