open-build-service-connector
open-build-service-connector copied to clipboard
Evaluate the Timeline API for the source control provider
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
This is required to use a proposed API: https://code.visualstudio.com/api/advanced-topics/using-proposed-api