autocomplete-paths icon indicating copy to clipboard operation
autocomplete-paths copied to clipboard

Rebuilding cache when modify or create a file

Open BartaG512 opened this issue 4 years ago • 1 comments

Currently in windows if i rename or create a new file in a project it doesnt trigger cache rebuild, and I always have to reload atom.

Shouldn't we use event onDidChangeFiles instad of onDidChangePaths in paths-cache.js?

BartaG512 avatar Mar 21 '20 18:03 BartaG512

I tried this but it takes too much times, and do it too often even if i use the create and delete event only

BartaG512 avatar Mar 26 '20 13:03 BartaG512