This commit is contained in:
Joao Moreno 2016-08-16 16:52:05 +02:00
parent c8caac361f
commit f0d09cf7d2

View file

@ -37,6 +37,7 @@ function readOrEmpty(name: string): TPromise<string> {
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 {