This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Commit b5d30b1 fixed some reconnect issues, but it also introduced a locally scoped `cluster` variable. This made it seem like it's the cluster to which the given gateway belongs, but it was actually the root cluster. This commit renames the old `cluster` variable to `rootCluster`. It also makes sure that `workspaceDocumentsService.openNewTerminal` receives correct root & leaf cluster IDs.
- Loading branch information