How to enable Python type checking in VSCode

PHOTO EMBED

Wed Jan 26 2022 15:00:50 GMT+0000 (Coordinated Universal Time)

Saved by @vikassnwl

In your settings.json file, add a new line with the following setting:

{
  "python.analysis.typeCheckingMode": "basic"
}
content_copyCOPY

https://www.emmanuelgautier.com/blog/enable-vscode-python-type-checking