Add support for pylance.analysis.exclude
setting
#2581
Replies: 2 comments
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is now available on version 2022.9.11. You can check our changelog to learn more. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To prevent pylance from indexing particularly large subdirectories (a la
node_modules
), or symlinks to such, it would be nice to have a VS Code setting (e.g.pylance.analysis.excludes
) that mimics the exclude setting frompyrightconfig.json
instead of having to manage a pyrightconfig.json file in your git repo.@jakebailey @erictraut
Beta Was this translation helpful? Give feedback.
All reactions