stop log piping for git service

This commit is contained in:
Joao Moreno
2015-11-26 18:41:15 +01:00
parent b0e69a968f
commit ccb4e3a358

View File

@@ -112,7 +112,6 @@ export function createNativeRawGitService(workspaceRoot: string, gitPath: string
args: [gitPath, workspaceRoot, defaultEncoding, remote.process.execPath],
env: {
ATOM_SHELL_INTERNAL_RUN_AS_NODE: 1,
PIPE_LOGGING: 'true',
AMD_ENTRYPOINT: 'vs/workbench/parts/git/electron-browser/gitApp'
}
}