hoangphamEclipse

Results 10 issues of hoangphamEclipse

Similar to the Trace Extension, we need to set up Prettier to enforce code style for the timeline chart. This includes: [ ] Setting up Prettier in the repo so...

ADR-0011 introduces the API for managing global configurations. Thus, the Trace Extension needs an interface to expose this API to users. This PR is a tracker for a series of...

This commit adds an ADR that contains the proposal for a UI/UX desgin for programmatic columns in the Theia Trace Extension. You can view the well rendered ADR [here](https://github.com/hoangphamEclipse/theia-trace-extension/blob/programmatic-columns-adr/doc/adr/0007-programmatic-columns.md). Signed-off-by:...

The current instructions to set up the trace server for the trace extension does not explicitly indicate steps that only apply to Linux users. In addition, the lack of clear...

The text displayed on the horizontal bars in timeline chart is broken/pixelated (see the image below). The view in the image below is the Resources Status view. ![image](https://user-images.githubusercontent.com/92533264/206019011-f20ed08e-48e5-4c3d-af62-e51b593a2cc2.png)

bug
timeline-chart

This commit adds support for using the Arrow Up/Down and Page Up/Down to navigate across pages for views that implements the table-output-component. Previously, user can only use these keys to...

Currently, the overlay of the current view range of the trace overview is orange. This makes it difficult for users to view what is behind the overlay, which is the...

enhancement
UX
Theia UI

Currently, the last-updated-date is only updated when a new extension version is published. This causes the mirror to be out-of-sync with upstream whenever an extension version is deleted. This commit...

When an extension version is deleted, the `last_updated_date` of its extension database entry is not updated. This causes the mirror to be out-of-sync with upstream. For example: - Extension Ext...

Currently, the OpenVSX server stops mirroring extension version if one of the versions failed to be mirrored. This commit logs the mirror failure instead of throwing an error. Fixes #923.