anki/.vscode
Damien Elmes 9bac5b4cb6 disable automatic mypy invocation in VS Code
The default settings don't understand our folder layout (leading to
errors), and place cache files in the root folder. While there is a
setting to provide extra arguments to mypy which we could use to address
the former, paths like ~/.cache do not appear to be supported. Easier
to just rely on pyright for in-IDE linting, and invoke mypy either
via bazel, or via tools/mypy-watch

+ remove unused dist/ exclude
2022-02-17 13:25:22 +10:00
..
extensions.json recommend some modules in VS Code 2022-01-23 19:18:46 +10:00
settings.json disable automatic mypy invocation in VS Code 2022-02-17 13:25:22 +10:00