Skip to content

Commit 006cfcd

Browse files
author
Rachel Macfarlane
committed
Rename microsoft auth provider output channel
1 parent 93cff0f commit 006cfcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/vscode-account/src/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Log {
1717
private level: Level;
1818

1919
constructor() {
20-
this.output = vscode.window.createOutputChannel('Account');
20+
this.output = vscode.window.createOutputChannel('Microsoft Authentication');
2121
this.level = vscode.workspace.getConfiguration('microsoftAccount').get('logLevel') || Level.Info;
2222
vscode.workspace.onDidChangeConfiguration(e => {
2323
if (e.affectsConfiguration('microsoftAccount.logLevel')) {

0 commit comments

Comments
 (0)