mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
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:
parent
d9159a2445
commit
cf9273090a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue