-
-
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
fix: Fix ignore SCM context menu #425
Conversation
Maybe need check the |
You mean like `!(resourceStates[0] instanceof Repository && resourceStates[1] instanceof Resource)? |
I need debug locally, I think the |
Never mind me being stupid |
So the right click context seems to return the repository then all the selected resourceStates not in an array just additional arguments |
Cant remember if this has always been the case |
Only need remove the
|
On my debug: removing the |
completely missed that, I'm too tired |
## [1.46.3](v1.46.2...v1.46.3) (2018-11-28) ### Bug Fixes * Fix ignore SCM context menu ([#425](#425)) ([8f55f24](8f55f24))
🎉 This PR is included in version 1.46.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
fixes #421