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

Add Disposable of registered tree data provider to context subscription #246

Closed bhufmann closed 4 months ago

bhufmann commented 4 months ago

This makes sure that the corresponding treeView is disposed properly.

This was missed in #244 that fixes #242.

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