Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/git/src/commands.ts')
-rw-r--r--extensions/git/src/commands.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/git/src/commands.ts b/extensions/git/src/commands.ts
index e8cd512b648..32812e42159 100644
--- a/extensions/git/src/commands.ts
+++ b/extensions/git/src/commands.ts
@@ -368,7 +368,7 @@ export class CommandCenter {
return;
}
- this.outputChannelLogger.setLogLevel(choice.logLevel);
+ this.outputChannelLogger.currentLogLevel = choice.logLevel;
}
@command('git.refresh', { repository: true })