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 f3f4f27 commit 2a034f8Copy full SHA for 2a034f8
packages/vscode-tailwindcss/src/extension.ts
@@ -574,7 +574,7 @@ export async function activate(context: ExtensionContext) {
574
return
575
}
576
577
- if (!await anyFolderNeedsLanguageServer(Workspace.workspaceFolders ?? [])) {
+ if (!(await anyFolderNeedsLanguageServer(Workspace.workspaceFolders ?? []))) {
578
579
580
0 commit comments