Skip to content

Commit cdf7f2d

Browse files
m2decvharris
authored andcommitted
Remove left-over code from testing
1 parent 3aa9440 commit cdf7f2d

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)