Skip to content

Commit f0d09cf

Browse files
committed
add todo
1 parent c8caac3 commit f0d09cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/parts/cli/electron-browser/cli.contribution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function readOrEmpty(name: string): TPromise<string> {
3737

3838
const root = URI.parse(require.toUrl('')).fsPath;
3939
const source = path.resolve(root, '..', 'bin', 'code');
40+
// TODO@Joao remove this, show the actions regardless and mention the actions can't run if that's the case
4041
const isAvailable = fs.existsSync(source);
4142

4243
class InstallAction extends Action {

0 commit comments

Comments
 (0)