We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a3b3d6 + 1a52382 commit 6868884Copy full SHA for 6868884
packages/tailwindcss-intellisense/src/extension.ts
@@ -79,7 +79,7 @@ function getUserLanguages(folder?: WorkspaceFolder): Record<string, string> {
79
80
export function activate(context: ExtensionContext) {
81
let module = context.asAbsolutePath(path.join('dist', 'server', 'index.js'))
82
- let outputChannel: OutputChannel = Window.createOutputChannel(CLIENT_ID)
+ let outputChannel: OutputChannel = Window.createOutputChannel(CLIENT_NAME)
83
84
// TODO: check if the actual language MAPPING changed
85
// not just the language IDs
0 commit comments