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

Trace Explorer/Welcome page not refreshed when updating the server URL (corner case) #229

Closed bhufmann closed 6 months ago

bhufmann commented 7 months ago

When updating the server URL preference to connect to a different trace server, the Trace Explorer is not rendered if the origin trace server doesn't have any traces or server is not started. Hence after the update, the welcome page stays. The refresh works fine when the original server has traces and the trace explorer is rendered. One has to press the refresh button to refresh the view.

vscode-no-refresh-at-change-url