We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6bb57 commit e9b806fCopy full SHA for e9b806f
packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.9.4
4
+
5
+- Fix document selector when `tailwindCSS.experimental.configFile` is a string (#693)
6
+- Fix IntelliSense for project paths containing brackets (#694)
7
8
## 0.9.3
9
10
- Tweak `theme` helper detection (#689)
packages/vscode-tailwindcss/package.json
@@ -4,7 +4,7 @@
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <[email protected]>",
"license": "MIT",
- "version": "0.9.3",
+ "version": "0.9.4",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
0 commit comments