Skip to content

Instantly share code, notes, and snippets.

@priancho
Last active August 31, 2022 16:52
Show Gist options
  • Save priancho/a73372618060252ba38cb99311f8260a to your computer and use it in GitHub Desktop.
Save priancho/a73372618060252ba38cb99311f8260a to your computer and use it in GitHub Desktop.
VSCode: to run code navigation fast, exclude unnecessary directories from pylance
# 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