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 0e5e0ea commit 3118c21Copy full SHA for 3118c21
packages/app/src/app/overmind/namespaces/live/actions.ts
@@ -28,7 +28,7 @@ export const roomJoined: AsyncAction<{
28
return;
29
}
30
31
- await effects.vscode.initialize;
+ await effects.vscode.initialized;
32
await effects.vscode.closeAllTabs();
33
34
if (state.live.isLive) {
0 commit comments