Skip to content

No autocomplete of classnames in multi-folder workspace #692

@ronaldtveen

Description

@ronaldtveen

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions