Skip to content

Commit 02b3761

Browse files
committed
refreshing all nodes in live watch after setting a variable
1 parent e9f2720 commit 02b3761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/live-watch/live-watch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export class LiveWatchTreeDataProvider implements vscode.TreeDataProvider<LiveWa
311311
frameId: frameId
312312
});
313313
}
314-
await this.refresh(node);
314+
this.refresh();
315315
}
316316

317317
private async addToRoots(expression: string, parent?: LiveWatchNode) {

0 commit comments

Comments
 (0)