Skip to content

Commit 05241f7

Browse files
committed
Localize razor
1 parent da2c4d2 commit 05241f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/razor/src/razorLogger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class RazorLogger implements vscodeAdapter.Disposable {
2525
this.onLogEmitter = eventEmitterFactory.create<string>();
2626
this.onTraceLevelChangeEmitter = eventEmitterFactory.create<LogLevel>();
2727

28-
this.outputChannel = vscode.window.createOutputChannel(RazorLogger.logName);
28+
this.outputChannel = vscode.window.createOutputChannel(vscode.l10n.t('Razor Log'));
2929

3030
this.logRazorInformation();
3131
this.setupToStringOverrides();

0 commit comments

Comments
 (0)