Make output chanel name more human-friendly

According to the documentation, the channel name is: "Human-readable string which will be used to represent the channel in the UI". So it shouldn't break anything.

Signed-off-by: Peter Neupauer <peter@neupauer.sk>
master
Peter Neupauer 2021-02-09 14:15:20 +01:00
parent 9a3b3d6132
commit 1a523824c7
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ function getUserLanguages(folder?: WorkspaceFolder): Record<string, string> {
export function activate(context: ExtensionContext) {
let module = context.asAbsolutePath(path.join('dist', 'server', 'index.js'))
let outputChannel: OutputChannel = Window.createOutputChannel(CLIENT_ID)
let outputChannel: OutputChannel = Window.createOutputChannel(CLIENT_NAME)
// TODO: check if the actual language MAPPING changed
// not just the language IDs