master
Brad Cornes 2023-01-27 17:22:31 +00:00
parent ef09d7431f
commit 061ec85f15
2 changed files with 9 additions and 1 deletions

View File

@ -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)

View File

@ -4,7 +4,7 @@
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
"version": "0.9.6",
"version": "0.9.7",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",