File tree 2 files changed +9
-1
lines changed
packages/vscode-tailwindcss
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.9.7
4
+
5
+ - Improve completion list performance (#706 )
6
+ - Improve support for Tailwind class modifiers (#707 )
7
+ - Fix activation on Windows when using ` tailwindCSS.experimental.configFile ` setting (#708 )
8
+ - Don't watch directories above workspace root (#709 )
9
+ - Enable IntelliSense in entire workspace when there is exactly one active Tailwind project (#711 )
10
+
3
11
## 0.9.6
4
12
5
13
- Fix activation on Windows when project path contains brackets (#699 )
Original file line number Diff line number Diff line change 4
4
"description" : " Intelligent Tailwind CSS tooling for VS Code" ,
5
5
"author" :
" Brad Cornes <[email protected] >" ,
6
6
"license" : " MIT" ,
7
- "version" : " 0.9.6 " ,
7
+ "version" : " 0.9.7 " ,
8
8
"homepage" : " https://github.com/tailwindlabs/tailwindcss-intellisense" ,
9
9
"bugs" : {
10
10
"url" : " https://github.com/tailwindlabs/tailwindcss-intellisense/issues" ,
You can’t perform that action at this time.
0 commit comments