We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cff0f commit 006cfcdCopy full SHA for 006cfcd
1 file changed
extensions/vscode-account/src/logger.ts
@@ -17,7 +17,7 @@ class Log {
17
private level: Level;
18
19
constructor() {
20
- this.output = vscode.window.createOutputChannel('Account');
+ this.output = vscode.window.createOutputChannel('Microsoft Authentication');
21
this.level = vscode.workspace.getConfiguration('microsoftAccount').get('logLevel') || Level.Info;
22
vscode.workspace.onDidChangeConfiguration(e => {
23
if (e.affectsConfiguration('microsoftAccount.logLevel')) {
0 commit comments