tailwindcss-intellisense
tailwindcss-intellisense copied to clipboard
How do I enable tracing between tailwindcss and VS Code?
What version of VS Code are you using?
Version: 1.89.1
What version of Tailwind CSS IntelliSense are you using?
Version: 0.10.5
What operating system are you using?
For example: macOS
VS Code settings
{
"tailwindcss.trace.server": "verbose"
}
Describe your issue
I'm working on Zed and want to improve support for this language server. It's helpful if I can see what it does when talking to VS Code.
According to these docs here, I can enable tracing in VS Code by setting [langId].trace.server in the configuration.
I tried that and it doesn't work.
What's the langId that I need to put in here?