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.
1 parent e995cf2 commit e33bb3eCopy full SHA for e33bb3e
packages/vscode-tailwindcss/src/extension.ts
@@ -523,10 +523,6 @@ export async function activate(context: ExtensionContext) {
523
if (workspaceFolder !== folder) {
524
return null
525
}
526
- outputChannel.appendLine('Provide Completion Item')
527
- outputChannel.appendLine(`[PCI]: ${JSON.stringify(position)}`)
528
- outputChannel.appendLine(`[PCI]: ${JSON.stringify(context)}`)
529
- outputChannel.appendLine(`[PCI]: ${JSON.stringify(token)}`)
530
return next(document, position, context, token)
531
},
532
provideHover(document, position, token, next) {
0 commit comments