-
-
Notifications
You must be signed in to change notification settings - Fork 226
Description
What version of Tailwind CSS IntelliSense are you using?
v0.9.3
What version of Tailwind CSS are you using?
v3.2.4
What package manager are you using?
npm
What operating system are you using?
macOS
Describe your issue
The following used to work until yesterday so I think it broke in v0.9.2.
I'm working on a Vue project with Laravel as a PHP backend. Because I mostly work in Vue and not the PHP side of the project I use VSCode workspaces to split the project in parts; the root / as well as /resources/js/ for example.
My example.test.code-workspace is as follows:
{
"folders": [
{ "path": "../Sites/example.test" },
{ "path": "../Sites/example.test/resources" },
{ "path": "../Sites/example.test/resources/js/Components" }
],
"settings": {
"tailwindCSS.experimental.configFile": "../Sites/example.test/tailwind.config.js"
}
}
When I open the project folder example.test in VScode then the autocomplete intellisense works perfectly fine. But when I open the workspace it does no longer autocomplete any classnames.
PS Is there a way to rollback to a previous version?