Skip to content

Commit 7d6d354

Browse files
committed
Refresh tasks when the VS Code window gains focus
1 parent 7388d60 commit 7d6d354

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/editor/src/views/panel/backend/panel-provider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ export class PanelProvider implements vscode.WebviewViewProvider {
445445
this.send_message({
446446
command: 'RESET_APPLY_BUTTON_TEMPORARY_DISABLED_STATE'
447447
})
448+
handle_get_tasks(this)
448449
}
449450
})
450451

0 commit comments

Comments
 (0)