We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c9c36 commit e5a692aCopy full SHA for e5a692a
vscode-extensions/vscode-spring-boot/lib/explorer/structure-tree-manager.ts
@@ -103,7 +103,7 @@ export class StructureManager {
103
this._onDidChange.fire(/*onlyMutations ? nodes : */undefined);
104
} else {
105
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
+ // 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
107
}
108
return this._rootElements;
109
});
0 commit comments