-
Notifications
You must be signed in to change notification settings - Fork 176
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
Bug is back: Popup saying that ignored files are in .gitignore #486
Comments
This bug was recently fixed in #400 and is now back in 2.2.2 |
@svenbergryen Thank you for this report. Issue was very weird and related to the IntelliJ API: I've also changed the popup type from warning to information. |
@hsz I recently updated to |
@daneah You mean that still empty dialog is displayed? |
@hsz that's correct: |
Same here - it's coming up again for all of my projects. IDEA 2017.2.5, .ignore 2.3.0 |
Confirmed, .ignore 2.3.0 PHPStorm 2017.2.4 |
Same here |
This bug still appears as of PyCharm 2018.1 and the latest version of this plugin. |
I am also seeing this issue. |
I consider this bug a major thing, since the longer it is not fixed the more will people get used to ignoring this popup until it renders the plugin useless... |
This feature will be disabled with v3.1.0 |
I would love to understand your decision. |
@karfau Sure, this popup was generating a false-positives in many cases and - as you mentioned - was ignored by the users. Annoying popup lead users to simply disable notifications. In addition - triggering the git command |
Prerequisites
mobi.hsz.idea.gitignore
package nameDescription
Whenever I open a project, there's a message saying <<Ignored files found that are tracked: .ignore plugin found some files that are tracked with Git which are also listed in .gitignore file>>
Steps to Reproduce
Expected behavior:
I expected the popup to appear only when appropriate and list the files that are tracked and in .gitignor
Actual behavior:
Empty dialog opens.
Reproduces how often:
Every time
Versions
Plugin:
2.2.2
IDE:
PhpStorm 2017.3 EAP
Build #PS-173.3188.26, built on October 11, 2017
PhpStorm EAP User
Expiration date: November 10, 2017
JRE: 1.8.0_152-release-1024-b5 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.13.1
OS:
10.13.1
Additional Information
The text was updated successfully, but these errors were encountered: