We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb72017 commit b39c8e0Copy full SHA for b39c8e0
packages/tailwindcss-language-server/src/tw.ts
@@ -607,7 +607,7 @@ export class TW {
607
}))
608
.map((folder) => normalizePath(folder.uri))
609
610
- await Promise.allSettled(added.map((basePath) => this._initFolder(basePath)))
+ await Promise.allSettled(added.map((basePath) => this._initFolder(URI.file(basePath))))
611
612
// TODO: If folders get removed we should cleanup any associated state and resources
613
}),
0 commit comments