mjcrouch / vscode-perforce

Perforce commands for Visual Studio Code
MIT License
63 stars 51 forks source link

Timeline view #16

Open mjcrouch opened 4 years ago

mjcrouch commented 4 years ago

GitLens provides a view showing the file history of the currently opened file, similar to file history in p4v

vscode is adding support for a timeline view contributor: https://github.com/microsoft/vscode/issues/84297

Implement a timeline view for perforce

Related to #6

Implementation notes - may be best to cache / refresh on demand to prevent querying server on every document switch

mjcrouch commented 4 years ago

removing from the v4 milestone - didn't realise the API is not finalized yet

heanrum commented 1 year ago

Can I get the latest state of this issue? Did the VSCode API update?

mjcrouch commented 1 year ago

As far as I can tell it was silently abandoned or deprioritized, though I never saw any confirmation of such