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 ea5aff5 commit 2ab6ee7Copy full SHA for 2ab6ee7
packages/vscode-tailwindcss/src/extension.ts
@@ -564,6 +564,7 @@ export async function activate(context: ExtensionContext) {
564
let doc = Workspace.textDocuments.find((doc) => doc.uri.toString() === scopeUri)
565
if (doc) {
566
scope = {
567
+ uri: Uri.parse(scopeUri),
568
languageId: doc.languageId,
569
}
570
0 commit comments