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 7014fc4b96425402e7b9cfc1f1fac00712e484b0..3f912b1556a446bf22a84fbb25ad426c7851280e 100644
--- a/packages/vscode-tailwindcss/CHANGELOG.md
+++ b/packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.9.7
+
+- Improve completion list performance (#706)
+- Improve support for Tailwind class modifiers (#707)
+- Fix activation on Windows when using `tailwindCSS.experimental.configFile` setting (#708)
+- Don't watch directories above workspace root (#709)
+- Enable IntelliSense in entire workspace when there is exactly one active Tailwind project (#711)
+
## 0.9.6
- Fix activation on Windows when project path contains brackets (#699)
diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json
index 0cd66304c1f468f4179c0574ab44c23321728872..1844f257e2042a70ecf998f0c3dbc56d83dc50ef 100755
--- a/packages/vscode-tailwindcss/package.json
+++ b/packages/vscode-tailwindcss/package.json
@@ -4,6 +4,7 @@ "displayName": "Tailwind CSS IntelliSense",
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
+ "tailwind",
"version": "0.9.6",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {