atom/tree-view

Refresh tree view on commit

AmirHosseinKarimi opened this issue · 4 comments

Prerequisites

Description

Tree view shown files as new or changed even after commit.

Steps to Reproduce

  1. Add new file or change file content to highlight as new / changed in tree view
  2. Commit changes

Expected behavior:

Tree view should refresh immediatly after commit and remove the highlight from files whichs commited.

Actual behavior:

Tree view does not refresh after commit and shown files as new or changed.
A window focus event trigger need to refresh it.

Reproduces how often:

100%

Versions

Atom : 1.39.1
Electron: 3.1.10
Chrome : 66.0.3359.181
Node : 10.2.0
OS : Debian 10

rsese commented

Thanks for the report - I think this is the same issue as reports like atom/atom#19606 and #1322. Can you try increasing the number of inotify watchers setting on your system and see if that helps?

Hi @rsese , Thanks for your reply.
I have changed inotify watchers to 524288 but the problem is still available and not fixed.

rsese commented

Do you see this issue with any repository, even a simple test repository with only 1 file?

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.