mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

Should hopefully prevent VS Code from burning CPU needlessly. Pyright is not intended to be used outside of VS Code, as a lot of our legacy code depends on optionals not being checked strictly. Yet another tool that pollutes the root folder. :-(
3 lines
49 B
JSON
3 lines
49 B
JSON
{
|
|
"exclude": ["**/node_modules", ".bazel"]
|
|
}
|