webstorm file colors persist after submitting commit
已回答
On a new project, after creating a side branch from the main branch using WebStorm tools. Changing some files and committing them and pushing, the File Colors persist!
Git status is clear...
Any ideas please? It this a Bug?
请先登录再写评论。
Nicolae Balica
Could you please elaborate on which file exactly has been changes and its color name hasn't changed?
Actually, when you've modified some files their filenames become blue, once they're commited they are white. In your case they are white which means that everything is working as expected.
Do you see these files as modified under Commit toolwindow?
Sorry I meant the files "highlight" colors, meaning, the green highlight of the file DeletePaymentCardPopup.test.jsx, that can be viewed in the attached image. That have was modified, changes were commited, pushed to server, and then a checked back out to the main branch, yet, DeletePaymentCardPopup.test.jsx is still highlighted with green. Why is this?
Nicolae Balica
Green backround highlighting means that this file is a test file.
Please check it in Preferences | Appearance & Behavior | File Colors
Ah oaky, got it. Thanks for the clarifications! Best regards