|
|
@ -113,6 +113,7 @@ export const initWorkspace = (filePanelPlugin) => async (reducerDispatch: React. |
|
|
|
} |
|
|
|
} |
|
|
|
} else await basicWorkspaceInit(workspaces, workspaceProvider) |
|
|
|
} else await basicWorkspaceInit(workspaces, workspaceProvider) |
|
|
|
} else if (isElectron()) { |
|
|
|
} else if (isElectron()) { |
|
|
|
|
|
|
|
plugin.call('notification', 'toast', `connecting to localhost...`) |
|
|
|
await basicWorkspaceInit(workspaces, workspaceProvider) |
|
|
|
await basicWorkspaceInit(workspaces, workspaceProvider) |
|
|
|
await plugin.call('manager', 'activatePlugin', 'remixd') |
|
|
|
await plugin.call('manager', 'activatePlugin', 'remixd') |
|
|
|
} else if (localStorage.getItem("currentWorkspace")) { |
|
|
|
} else if (localStorage.getItem("currentWorkspace")) { |
|
|
|