Skip to content

Commit fb39039

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 1f81a34 commit fb39039

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
@@ -98,7 +98,7 @@ export class StructureManager {
9898
Object.values(nodesMap).filter(n => !!n).forEach(n => newNodes.push(n));
9999
}
100100
this._rootElements = newNodes;
101-
// TODO: Partial tree refresh didn't wowrk for restbucks it remains either without children or without the full text label
101+
// TODO: Partial tree refresh didn't work for restbucks it remains either without children or without the full text label
102102
// (test with `spring-restbucks` project in a workspace with other boot projects, i.e. demo, spring-petclinic)
103103
this._onDidChange.fire(/*onlyMutations ? nodes : */undefined);
104104
} else {

0 commit comments

Comments
 (0)