Skip to content

Commit 4ccc8e6

Browse files
committed
fix(ui/activityBar): Update board again
Signed-off-by: paulober <[email protected]>
1 parent 428e48c commit 4ccc8e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ui.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ export default class UI {
153153
StatusBarItemKey.picoBoardQuickPick
154154
].text.replace("<board>", board);
155155
}
156+
157+
this._activityBarProvider.refreshBoard(board);
156158
}
157159

158160
public updateBuildType(buildType: string): void {

0 commit comments

Comments
 (0)