Remove no longer used and commented out VSCODE_ALLOW_IO line

This commit is contained in:
Asher 2019-02-06 12:01:57 -06:00
parent 559bdbc147
commit 972806b210
No known key found for this signature in database
GPG Key ID: 7BB4BA9C783D2BBC
1 changed files with 0 additions and 3 deletions

View File

@ -33,9 +33,6 @@ export const requireModule = (modulePath: string, builtInExtensionsDir: string):
return customMod.require(id);
};
// Always do this so we can see console.logs.
// process.env.VSCODE_ALLOW_IO = "true";
let content: Buffer | undefined;
const readFile = (name: string): Buffer => {
return fs.readFileSync(path.join(process.env.BUILD_DIR as string || path.join(__dirname, "../.."), "./build", name));