-
Notifications
You must be signed in to change notification settings - Fork 124
Description
Hi! First of all, great extension, it works like a charm.
I do not see a way of updating (visually speaking) the status of various files after submission to Perforce.
For example:
I edit some files using p4 edit -> This highlights the files in the explorer in green, with an 'E' symbol.
or:
I add some files using p4 add-> This highlights the files in the explorer in green, with an 'A' symbol.
After submitting these files onto Depot, the VSCode explorer still shows these files in green with their respective symbols, although they are not in the changelist anymore. The only solution for now (that I know) is to close and open VSCode again. Updating the explorer with the "Refresh Explorer" button does not update the files' status either.
EDIT: I submit using p4v, not the vscode-perforce extension, as it doesn't support more than single-file submission.