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
Both app1 and app2 have their own Tailwind configs and tailwindcss independently installed.
If I open one of these apps in VSCode, IntelliSense will pick up its config without issues.
But if I open the workspace (which contains both apps), it will load the first config it finds (which is app1). This means if I'm working on app2, IntelliSense will still be using the config from app1 (so it doesn't work).
Uh oh!
There was an error while loading. Please reload this page.
I have a workspace with the multiple projects:
Both
app1
andapp2
have their own Tailwind configs andtailwindcss
independently installed.If I open one of these apps in VSCode, IntelliSense will pick up its config without issues.
But if I open the workspace (which contains both apps), it will load the first config it finds (which is
app1
). This means if I'm working onapp2
, IntelliSense will still be using the config fromapp1
(so it doesn't work).I have a
myproject.code-workspace
file like this:It should just be working, but it's not.
The text was updated successfully, but these errors were encountered: