mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
User 'cat' as GIT_PAGER option
This commit is contained in:
@@ -541,7 +541,7 @@ export class Git {
|
||||
VSCODE_GIT_COMMAND: args[0],
|
||||
LC_ALL: 'en_US.UTF-8',
|
||||
LANG: 'en_US.UTF-8',
|
||||
GIT_PAGER: ''
|
||||
GIT_PAGER: 'cat'
|
||||
});
|
||||
|
||||
if (options.cwd) {
|
||||
|
||||
Reference in New Issue
Block a user