mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
exclude .bazel and node_modules from Pylance indexing
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. :-(
This commit is contained in:
parent
7501ff7ab5
commit
57778a74e9
1 changed files with 3 additions and 0 deletions
3
pyrightconfig.json
Normal file
3
pyrightconfig.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"exclude": ["**/node_modules", ".bazel"]
|
||||||
|
}
|
Loading…
Reference in a new issue