fix(editor): use human-readable output channel names (#6629)

Changes the names of output channels our editor uses to make them friendlier.
This commit is contained in:
DonIsaac 2024-10-16 22:31:29 +00:00
parent d9159a2445
commit cf9273090a

View file

@ -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 {