tailwind-ctp-intellisense @master -
refs -
log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
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>
diff --git a/packages/tailwindcss-intellisense/src/extension.ts b/packages/tailwindcss-intellisense/src/extension.ts
index 612415d082f1102ce34aac2af1a4c74fcb37cf4d..8811a494451bc25b96978ee18f1d4addba677e71 100755
--- a/packages/tailwindcss-intellisense/src/extension.ts
+++ b/packages/tailwindcss-intellisense/src/extension.ts
@@ -79,7 +79,7 @@ }
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