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 d94da74 commit 5be37fbCopy full SHA for 5be37fb
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