We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today, we recursively look in the current directory for PowerShell files without any filter.
This includes .dotfiles like .git which contains a bunch of stuff we should be ignoring.
We'll see some performance gains if we ignore dotfiles and/or honor the files.exclude setting that's already built into vscode
files.exclude
The text was updated successfully, but these errors were encountered:
See PowerShell/vscode-powershell#1039
Sorry, something went wrong.
No branches or pull requests
Today, we recursively look in the current directory for PowerShell files without any filter.
This includes .dotfiles like .git which contains a bunch of stuff we should be ignoring.
We'll see some performance gains if we ignore dotfiles and/or honor the
files.exclude
setting that's already built into vscodeThe text was updated successfully, but these errors were encountered: