File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/tailwindcss-language-server/src Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -553,6 +553,7 @@ export class TW {
553
553
configTailwindVersionMap . get ( projectConfig . configPath ) ,
554
554
userLanguages ,
555
555
resolver ,
556
+ baseUri ,
556
557
) ,
557
558
) ,
558
559
)
@@ -684,6 +685,7 @@ export class TW {
684
685
tailwindVersion : string ,
685
686
userLanguages : Record < string , string > ,
686
687
resolver : Resolver ,
688
+ baseUri : URI ,
687
689
) : Promise < void > {
688
690
let key = String ( this . projectCounter ++ )
689
691
const project = await createProjectService (
@@ -717,6 +719,7 @@ export class TW {
717
719
}
718
720
719
721
this . connection . sendNotification ( '@/tailwindCSS/projectDetails' , {
722
+ uri : baseUri . toString ( ) ,
720
723
config : projectConfig . configPath ,
721
724
tailwind : projectConfig . tailwind ,
722
725
} )
You can’t perform that action at this time.
0 commit comments