tailwind-ctp-intellisense @master -
refs -
log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
diff --git a/packages/vscode-tailwindcss/CHANGELOG.md b/packages/vscode-tailwindcss/CHANGELOG.md
index 67569a66a92026d5641b735fa687df5a1963079a..41e846d13cf796716d913eb4161137d1934115c5 100644
--- a/packages/vscode-tailwindcss/CHANGELOG.md
+++ b/packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 0.9.4
+
+- Fix document selector when `tailwindCSS.experimental.configFile` is a string (#693)
+- Fix IntelliSense for project paths containing brackets (#694)
+
## 0.9.3
- Tweak `theme` helper detection (#689)
diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json
index c74cfbd2d5c41c42d316f6381d055b26ec8edb72..8d1f88c457627651a21b83029b2818d3e49f5f36 100755
--- a/packages/vscode-tailwindcss/package.json
+++ b/packages/vscode-tailwindcss/package.json
@@ -4,7 +4,7 @@ "displayName": "Tailwind CSS IntelliSense",
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <hello@bradley.dev>",
"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",