Skip to content

Commit 972806b

Browse files
committed
Remove no longer used and commented out VSCODE_ALLOW_IO line
1 parent 559bdbc commit 972806b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/server/src/vscode/bootstrapFork.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ export const requireModule = (modulePath: string, builtInExtensionsDir: string):
3333
return customMod.require(id);
3434
};
3535

36-
// Always do this so we can see console.logs.
37-
// process.env.VSCODE_ALLOW_IO = "true";
38-
3936
let content: Buffer | undefined;
4037
const readFile = (name: string): Buffer => {
4138
return fs.readFileSync(path.join(process.env.BUILD_DIR as string || path.join(__dirname, "../.."), "./build", name));

0 commit comments

Comments
 (0)