eclipse-cdt-cloud / vscode-trace-extension

Trace viewer extension for Eclipse Theia applications and VSCode compatible applications, that uses the Trace Server Protocol (TSP)
MIT License
7 stars 21 forks source link

Select experiment when opening from open command #274

Closed bhufmann closed 2 months ago

bhufmann commented 2 months ago

Send TRACEVIEWERTAB_ACTIVATED signal when setting the experiment after a experiment is opened. This will select the experiment in the opened traces view which then will broadcast the EXPERIMENT_SELECTED signal to update other webviews.

Fixes #264

fix-selection-after-open

Signed-off-by: Bernd Hufmann bernd.hufmann@ericsson.com