how to use TIMELINE in EXPLORER
@xiaofan for example, the timeline
view is available when using the builtin git
extensions instead of @theia/git
. The builtins (https://open-vsx.org/extension/vscode/git, https://open-vsx.org/extension/vscode/git-base) make use of the registerTimelineProvider
API.
Is there a TIMELINE function similar to Vscode, as shown in the figure
As I mentioned in How to use TIMELINE in EXPLORER - #2 by vince-fugnitto, the timeline
functionality exists and can be seen when using the builtin extensions which make use of the timeline
API. If you’re referring to functionality within the timeline-view you’ll have to be more specific:
Sorry, I don’t think I made it clear. Is there a function to display local history, as shown in the picture.
@xiaofan thanks for clarifying, but unfortunately the “local history” is not yet implemented as a provider for the timeline-view.
Thanks for your reply.