git service logging

This commit is contained in:
Joao Moreno 2016-06-15 18:06:29 +02:00
parent dc72db46c6
commit 07c5c4aeb4

View file

@ -185,7 +185,8 @@ export class ElectronGitService extends GitService {
env: {
ATOM_SHELL_INTERNAL_RUN_AS_NODE: 1,
PIPE_LOGGING: 'true',
AMD_ENTRYPOINT: 'vs/workbench/parts/git/node/gitApp'
AMD_ENTRYPOINT: 'vs/workbench/parts/git/node/gitApp',
VERBOSE_LOGGING: String(!contextService.getConfiguration().env.isBuilt || contextService.getConfiguration().env.verboseLogging)
}
}
);