Skip to content

0.7.5 - Intellisense will not activate #464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mbulfair opened this issue Jan 13, 2022 · 5 comments
Closed

0.7.5 - Intellisense will not activate #464

mbulfair opened this issue Jan 13, 2022 · 5 comments

Comments

@mbulfair
Copy link

What version of Tailwind CSS IntelliSense are you using?

v0.7.5

What version of Tailwind CSS are you using?

v3.0.12

What package manager are you using?

npm

What operating system are you using?

For example: macOS, Windows

macOS

Reproduction URL

Describe your issue

I have several projects but whatever changed from 0.7.4 to 0.7.5 broke the extension for me. In 0.7.4 everything will work, single repo and lerna mono-repos, in 0.7.5 nothing works, I don't see errors, or the extension even activating. Sadly that's all I can tell at the moment as it doesn't seem to be any one of my projects.

@MysticEarth
Copy link

Visual Studio Code 1.63.2 (MacOS)
tailwindcss: "^3.0.13"

Same here. On both existing and new projects. Using 0.7.5:
Screenshot-2022-01-13-21 36 42@2x

Downgrading to 0.7.4 fixes the issue:
Screenshot-2022-01-13-21 35 25@2x

@bradlc
Copy link
Contributor

bradlc commented Jan 13, 2022

Hey @mbulfair. Is your Tailwind config file in a folder that's covered by your files.exclude setting?

@mbulfair
Copy link
Author

mbulfair commented Jan 14, 2022

I have a variety of projects some where TW is in the root, others it's nested. 0.7.4 works for all cases. 0.7.5 works for none.
Example:

  • root
    • packages
      • core
        • tailwind.config.js

Otherwise it's in the root

My files.exclude

 "files.exclude": {
        "**/.classpath": true,
        "**/.factorypath": true,
        "**/.git": false,
        "**/.project": true,
        "**/.settings": true,
        "**/*.js": {
            "when": "$(basename).ts"
        },
        "**/*.js.map": {
            "when": "$(basename)"
        }
    },

bradlc added a commit that referenced this issue Jan 17, 2022
@bradlc
Copy link
Contributor

bradlc commented Jan 17, 2022

Thanks for sharing @mbulfair, that helped me to track down the issue 👍 This should be fixed in v0.7.6

@bradlc bradlc closed this as completed Jan 17, 2022
@mbulfair
Copy link
Author

Confirmed this works as it did previously

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants