open-build-service-connector icon indicating copy to clipboard operation
open-build-service-connector copied to clipboard

Evaluate the Timeline API for the source control provider

Open dcermak opened this issue 4 years ago • 1 comments

VSCode now has a timeline API for showing the evolution of files: https://code.visualstudio.com/updates/v1_44#_timeline-view.

This could be very handy for showing the history of files in the source control provider. Currently the API is unstable, but it is already used by the git extension in vscode: https://github.com/microsoft/vscode/blob/4ccf3e4ef308338751abaae6073bee94fa2ab32e/extensions/git/src/timelineProvider.ts

dcermak avatar May 27 '20 10:05 dcermak

This is required to use a proposed API: https://code.visualstudio.com/api/advanced-topics/using-proposed-api

dcermak avatar Oct 15 '20 17:10 dcermak