You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All versions from v0.14.17 to v0.14.21 do not work properly in Zed, while v0.14.16 works as expected. The project still initializes with the correct path in [Global] Creating projects:, but whenever the language server is used a log like this shows up in LSP logs:
[GLOBAL] No matching project for document {
fsPath: '/path/to/file/in/project',
normalPath: '/path/to/file/in/project'
}
The text was updated successfully, but these errors were encountered:
What version of VS Code are you using?
I'm using Zed
What version of Tailwind CSS IntelliSense are you using?
0.14.17 - 0.14.21
What version of Tailwind CSS are you using?
v3.4.3
What package manager are you using?
npm/bun
What operating system are you using?
Linux
Tailwind config
VS Code settings
Zed settings
Reproduction URL
n/a
Describe your issue
All versions from v0.14.17 to v0.14.21 do not work properly in Zed, while v0.14.16 works as expected. The project still initializes with the correct path in
[Global] Creating projects:
, but whenever the language server is used a log like this shows up in LSP logs:The text was updated successfully, but these errors were encountered: