diff --git a/src/vs/workbench/parts/cli/electron-browser/cli.contribution.ts b/src/vs/workbench/parts/cli/electron-browser/cli.contribution.ts index 71d8dda2f7581c1aaf18c8ccb48eff09d85b2e0e..1711c4e21e06193453fe890f3c658b0f7bdbdd00 100644 --- a/src/vs/workbench/parts/cli/electron-browser/cli.contribution.ts +++ b/src/vs/workbench/parts/cli/electron-browser/cli.contribution.ts @@ -37,6 +37,7 @@ function readOrEmpty(name: string): TPromise { const root = URI.parse(require.toUrl('')).fsPath; const source = path.resolve(root, '..', 'bin', 'code'); +// TODO@Joao remove this, show the actions regardless and mention the actions can't run if that's the case const isAvailable = fs.existsSync(source); class InstallAction extends Action {