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 9087b89 commit 7235aeaCopy full SHA for 7235aea
packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.9.6
4
+
5
+- Fix activation on Windows when project path contains brackets (#699)
6
7
## 0.9.5
8
9
- Fix error when a `files.excludes` pattern contains braces (#696)
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.5",
+ "version": "0.9.6",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
10
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
0 commit comments