Files
anki/build/runner
Abdo 67e853ce6b chore: Configure mypy extension for VS Code (#5317)
## Linked issue

Closes #5304

## Summary

This configures the official VS Code extension for mypy to run in daemon
mode.

## How to test

- Install the `ms-python.mypy-type-checker` extension and **switch to
the pre-release version** (This is important for daemon mode to work
according to my tests).
- Copy .vscode.dist/settings.json to .vscode/
- Restart the MyPy server using the "MyPy: Restart server" command.
- Edit any Python code to add a typing error and confirm the error is
visually reported. (Note: initial mypy run might take a few seconds).



<img width="1305" height="361" alt="image"
src="https://github.com/user-attachments/assets/e8f431b0-b2ae-483d-b305-cf19c9dd013d"
/>
2026-08-14 22:02:00 +03:00
..
2022-11-27 15:24:20 +10:00