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
// So many settings. Only this setting enabled from extension
{
"tailwindCSS.emmetCompletions": true,
}
Describe your issue
HTML or JSX isn't written in .ts files. So I think the extension should not show the intellisense in the .ts files.
Intellisense works in .tsx files and that's good but it shouldn't in .ts files
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS IntelliSense are you using?
v0.9.1
What version of Tailwind CSS are you using?
v3.2.0
What package manager are you using?
pnpm
What operating system are you using?
Windows
Tailwind config
VS Code settings
Describe your issue
HTML or JSX isn't written in
.ts
files. So I think the extension should not show the intellisense in the.ts
files.Intellisense works in
.tsx
files and that's good but it shouldn't in.ts
filesThe text was updated successfully, but these errors were encountered: