VCS plugin - changes view losing unversioned files on refresh Follow
I am seeing an odd issue with unversioned files in my VCS plugin. Every time I click the refresh button in the changes view panel, all of my unversioned files disappear. I can see when debugging my plugin code that the builder.processUnversionedFiles() call is being made even in that case, but they still disappear. They seem to get added to the unversioned file list correctly when a content change happens though, but are removed when hitting the changes refresh button.
Any ideas?
thanks
mark
Please sign in to leave a comment.
builder.processUnversionedFile -- takes a virtual file as param, check if it is null
Mark Scott wrote: