|
|
@ -223,7 +223,7 @@ export const switchToWorkspace = async (name: string) => { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
const isActive = await plugin.call('manager', 'isActive', 'remixd') |
|
|
|
const isActive = await plugin.call('manager', 'isActive', 'remixd') |
|
|
|
|
|
|
|
|
|
|
|
if (isActive) plugin.call('manager', 'deactivatePlugin', 'remixd') |
|
|
|
if (isActive) await plugin.call('manager', 'deactivatePlugin', 'remixd') |
|
|
|
await plugin.fileProviders.workspace.setWorkspace(name) |
|
|
|
await plugin.fileProviders.workspace.setWorkspace(name) |
|
|
|
plugin.setWorkspace({ name, isLocalhost: false }) |
|
|
|
plugin.setWorkspace({ name, isLocalhost: false }) |
|
|
|
dispatch(setMode('browser')) |
|
|
|
dispatch(setMode('browser')) |
|
|
|