diff --git a/workbench/src/main/setupAddRemovePlugin.js b/workbench/src/main/setupAddRemovePlugin.js index a490132e1..930ad48c6 100644 --- a/workbench/src/main/setupAddRemovePlugin.js +++ b/workbench/src/main/setupAddRemovePlugin.js @@ -82,7 +82,7 @@ export function setupRemovePlugin() { const mamba = settingsStore.get('mamba'); execSync( `"${mamba}" remove --yes --prefix ${env} --all`, - { stdio: 'inherit' } + { stdio: 'inherit', windowsHide: true } ); // Delete the plugin's data from storage settingsStore.delete(`plugins.${pluginID}`);