Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Git state doesn't update on Linux for all untracked files #253

Open
@kuychaco

Description

@kuychaco

Since on Linux we can't watch entire directories and we can only watch individual files, workspace-change-observer.js currently watches the index file in the .git directory and any open buffers in Atom. This means that if changes are made to untracked files outside of Atom, the editor's git state will not update.

To address this we can periodically re-fetch all the git state and update.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions