Describe your issue
TailwindCSS Intellisense does not work if a project is within a folder with square brackets. It will detect the config file (and Tailwind will work fine) but the extension will never initialize. No intellisense completion, highlighted colours, hover for info, etc.
I could not figure out why this was happening for some projects but not others until I saw https://stackoverflow.com/a/70999335 so it is not an isolated issue.
To reproduce:
Create an outer folder with square brackets e.g. [example]
What version of Tailwind CSS IntelliSense are you using?
v0.9.5
What version of Tailwind CSS are you using?
3.2.4
What package manager are you using?
Yarn 3. This also happens with npm and pnpm.
What operating system are you using?
Windows
Tailwind config
VS Code settings
Reproduction URL
https://github.com/apriltaoyvr/tailwind-intellisense-reproduction
Describe your issue TailwindCSS Intellisense does not work if a project is within a folder with square brackets. It will detect the config file (and Tailwind will work fine) but the extension will never initialize. No intellisense completion, highlighted colours, hover for info, etc.
I could not figure out why this was happening for some projects but not others until I saw https://stackoverflow.com/a/70999335 so it is not an isolated issue.
To reproduce: