Skip to content

Commit 8d3ffe3

Browse files
committed
Remove left-over code from testing
1 parent 5748a53 commit 8d3ffe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
135135
// CSS based extensions
136136
['css', 'sass', 'scss'].forEach((extension) => {
137137
// Support for Tailwind CSS
138-
context.subscriptions.push(provideCompletionItemsGenerator(extension, /@apply ([\w- ]*$)/), true);
138+
context.subscriptions.push(provideCompletionItemsGenerator(extension, /@apply ([\w- ]*$)/));
139139
});
140140

141141
caching = true;

0 commit comments

Comments
 (0)