-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
Right click ignore try to add ignore the opened file not a right clicked file #421
Comments
@JohnstonCode, When context call the command, use the structure: The |
Yeah context for SCM view returns different values |
Small note about right click in VSCode:
If you select 10 files, and right click on non selected file, the 10 files are ignore by right click |
🎉 This issue has been resolved in version 1.46.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Issue
When I try to use context menu right click to add ignore file, it try to ignore the current opened file instead of the file I right clicked on
Steps to Reproduce
.csproj
.gradle
.csproj
, not clicked fileThis bug also made me cannot ignore folder because we can't make the folder be active item
The text was updated successfully, but these errors were encountered: