Skip to content

Commit e5a692a

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 18c9c36 commit e5a692a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class StructureManager {
103103
this._onDidChange.fire(/*onlyMutations ? nodes : */undefined);
104104
} else {
105105
this._rootElements = nodes;
106-
// No need to fire another event to update the UI since there is an event fired before referesh is trigerred to reference the new promise
106+
// No need to fire another event to update the UI since there is an event fired before refresh is triggered to reference the new promise
107107
}
108108
return this._rootElements;
109109
});

0 commit comments

Comments
 (0)