Skip to content

Commit 18c9c36

Browse files
BoykoAlexCopilot
andauthored
Update vscode-extensions/vscode-spring-boot/lib/explorer/structure-tree-manager.ts
Co-authored-by: Copilot <[email protected]> Signed-off-by: Alex Boyko <[email protected]>
1 parent fb39039 commit 18c9c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vscode-extensions/vscode-spring-boot/lib/explorer/structure-tree-manager.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ export class StructureManager {
5858
return this._rootElementsRequest;
5959
}
6060

61-
// Serves 2 purposes: non UI trigerred refresh as a result of the index update and a UI trigerred refresh
62-
// The UI trigerred refresh needs to preceed with an event fired such that tree view would kick off a new promise getting all new root elements and would show progress while promise is being resolved.
61+
// Serves 2 purposes: non UI triggered refresh as a result of the index update and a UI triggered refresh
62+
// The UI triggered refresh needs to proceed with an event fired such that tree view would kick off a new promise getting all new root elements and would show progress while promise is being resolved.
6363
// The index update typically would have a list of projects for which index has changed then the refresh can be silent with letting the tree know about new data once it is computed
64-
// If the index update event doesn't have a list of project then this is an edge case for which we'd show the preogress and treat it like UI trigerred refresh
64+
// If the index update event doesn't have a list of project then this is an edge case for which we'd show the preogress and treat it like UI triggered refresh
6565
refresh(updateMetadata: boolean, affectedProjects?: string[]): void {
6666
const isPartialLoad = !!(affectedProjects && affectedProjects.length);
6767
// Notify the tree to get the children to trigger "loading" bar in the view???

0 commit comments

Comments
 (0)