Last active
August 31, 2022 16:52
-
-
Save priancho/a73372618060252ba38cb99311f8260a to your computer and use it in GitHub Desktop.
VSCode: to run code navigation fast, exclude unnecessary directories from pylance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create this pyrightconfig.json at the workspace's root directory. | |
# | |
# Refer: https://github.com/microsoft/pyright/issues/168 | |
{ | |
"exclude": ["./data/"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment