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 3aa9440 commit cdf7f2dCopy full SHA for cdf7f2d
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