From 14a02eb7a0dcc86e255e1a6a13b78fc2a812077d Mon Sep 17 00:00:00 2001 From: Don Isaac Date: Wed, 16 Oct 2024 13:41:43 -0400 Subject: [PATCH] fix(editor): use human-readable output channel names --- editors/vscode/client/extension.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/vscode/client/extension.ts b/editors/vscode/client/extension.ts index ba822fd46ce06c..043784983c0eb8 100644 --- a/editors/vscode/client/extension.ts +++ b/editors/vscode/client/extension.ts @@ -17,8 +17,8 @@ import { join } from 'node:path'; const languageClientId = 'oxc-vscode'; const languageClientName = 'oxc'; -const outputChannelName = 'oxc_language_server'; -const traceOutputChannelName = 'oxc_language_server.trace'; +const outputChannelName = 'Oxc'; +const traceOutputChannelName = 'Oxc (Trace)'; const commandPrefix = 'oxc'; const enum OxcCommands {