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
Positron Version: 2023.09.0 (Universal) build 203
Steps to reproduce the issue:
What did you expect to happen?
I would like to be able to ignore specific files/directories by default or right-click to ignore that directory.
There was an ignored? feature request for this: microsoft/vscode#107521
Were there any error messages in the output or Developer Tools console?
The text was updated successfully, but these errors were encountered:
It looks like future versions of Python may also add a .gitignore file to Venv: python/cpython#108125
.gitignore
Sorry, something went wrong.
uv venv does this by default 🚀 which is really nice!
uv venv
They add a gitignore with * inside of the .venv folder.
*
.venv
No branches or pull requests
Positron Version: 2023.09.0 (Universal) build 203
Steps to reproduce the issue:
What did you expect to happen?
I would like to be able to ignore specific files/directories by default or right-click to ignore that directory.
There was an ignored? feature request for this: microsoft/vscode#107521
Were there any error messages in the output or Developer Tools console?
The text was updated successfully, but these errors were encountered: