提交 cd779ff1 编写于 作者: J Joao Moreno

dont attach console in cli.ts

fixes #5867
上级 1b5317a4
......@@ -18,7 +18,8 @@ export function main(args: string[]) {
} else {
const env = assign({}, process.env, {
// this will signal Code that it was spawned from this module
'VSCODE_CLI': '1'
'VSCODE_CLI': '1',
'ELECTRON_NO_ATTACH_CONSOLE': '1'
});
delete env['ATOM_SHELL_INTERNAL_RUN_AS_NODE'];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册