-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeline API #7577
Comments
We have to implement the widget first in |
@akosyakov it shouldn't be bound to scm, maybe another extension is required. |
ok, something like |
Great! Not only SCMs can provide timeline data. I think this extension should provide both Theia internal API for extensions to connect to as well as VS Code compliant API for plugins, is this correct? Or only VS Code API will be enough? |
|
As I've seen from VS Code source, only APIs for Timelines are types and |
@akosyakov Looks like existing History View is good for it, maybe with some changes. |
TODO for converting History to Timeline (@ maintainers feel free to update):
|
Description
Support Timeline API (beta now).
Reproduction Steps
VS Code Insiders has a proposed API for timelines. this extension can be used for testing .
Maybe this API can only be implemented when VS Code adds it into stable.
OS and Theia version:
Any
Diagnostics:
No
The text was updated successfully, but these errors were encountered: