|
|
@ -170,7 +170,7 @@ export const createWorkspace = async ( |
|
|
|
const isActive = await plugin.call('manager', 'isActive', 'dgit') |
|
|
|
const isActive = await plugin.call('manager', 'isActive', 'dgit') |
|
|
|
if (!isActive) await plugin.call('manager', 'activatePlugin', 'dgit') |
|
|
|
if (!isActive) await plugin.call('manager', 'activatePlugin', 'dgit') |
|
|
|
} |
|
|
|
} |
|
|
|
if (workspaceTemplateName === 'semaphore') { |
|
|
|
if (workspaceTemplateName === 'semaphore' || workspaceTemplateName === 'hashchecker') { |
|
|
|
const isCircomActive = await plugin.call('manager', 'isActive', 'circuit-compiler') |
|
|
|
const isCircomActive = await plugin.call('manager', 'isActive', 'circuit-compiler') |
|
|
|
if (!isCircomActive) await plugin.call('manager', 'activatePlugin', 'circuit-compiler') |
|
|
|
if (!isCircomActive) await plugin.call('manager', 'activatePlugin', 'circuit-compiler') |
|
|
|
} |
|
|
|
} |
|
|
|