Skip to content

Commit 2ab6ee7

Browse files
committed
Add document URI to configuration scope
1 parent ea5aff5 commit 2ab6ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vscode-tailwindcss/src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ export async function activate(context: ExtensionContext) {
564564
let doc = Workspace.textDocuments.find((doc) => doc.uri.toString() === scopeUri)
565565
if (doc) {
566566
scope = {
567+
uri: Uri.parse(scopeUri),
567568
languageId: doc.languageId,
568569
}
569570
}

0 commit comments

Comments
 (0)