Skip to content

Commit 6868884

Browse files
authored
Merge pull request #262 from neupauer/patch-1
Make output chanel name more human-friendly
2 parents 9a3b3d6 + 1a52382 commit 6868884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-intellisense/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function getUserLanguages(folder?: WorkspaceFolder): Record<string, string> {
7979

8080
export function activate(context: ExtensionContext) {
8181
let module = context.asAbsolutePath(path.join('dist', 'server', 'index.js'))
82-
let outputChannel: OutputChannel = Window.createOutputChannel(CLIENT_ID)
82+
let outputChannel: OutputChannel = Window.createOutputChannel(CLIENT_NAME)
8383

8484
// TODO: check if the actual language MAPPING changed
8585
// not just the language IDs

0 commit comments

Comments
 (0)