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 5748a53 commit 8d3ffe3Copy full SHA for 8d3ffe3
src/extension.ts
@@ -135,7 +135,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
135
// CSS based extensions
136
['css', 'sass', 'scss'].forEach((extension) => {
137
// Support for Tailwind CSS
138
- context.subscriptions.push(provideCompletionItemsGenerator(extension, /@apply ([\w- ]*$)/), true);
+ context.subscriptions.push(provideCompletionItemsGenerator(extension, /@apply ([\w- ]*$)/));
139
});
140
141
caching = true;
0 commit comments