-
-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Description
In VS code, I'm not able to get intellisense working in a Typescript+react project (component files are using the extension .tsx)
In my .vscode/settings.json file:
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptReact": "javascript",
"plaintext": "javascript",
},
"css.validate": false,
"tailwindCSS.validate": true,
"files.exclude": {
"node_modules": true,
"dist": true,
"**/*.js": true,
"**/*.jsx": true
}
The text for this section is unhighlighted, and hovering tells me This setting cannot be applied in this workspace. It will be applied when you open the containing workspace folder directly.
My code-workspace file:
{
"folders": [
{
"path": "."
}
],
}
And in my user settings:
"[typescript]": {
"tailwindCSS.validate": true,
"tailwindCSS.experimental.classRegex": ["className"],
"editor.defaultFormatter": "vscode.typescript-language-features"
},
I've tried multiple combinations of the tailwind settings; still, no luck. Anything else I can/should try?
edlucas
Metadata
Metadata
Assignees
Labels
No labels