We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6166a50 commit f4c6b71Copy full SHA for f4c6b71
packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.7.6
4
+
5
+- Fix `files.exclude` configuration resolution (#464)
6
+- Ensure `files.exclude` configuration changes are synchronized
7
+- [LSP] Remove `InitializeParams.initializationOptions` requirement
8
9
## 0.7.5
10
11
- Add bundled version of `tailwindcss`. The extension will use this version if `tailwindcss` cannot be resolved within the workspace
packages/vscode-tailwindcss/package.json
@@ -5,7 +5,7 @@
"preview": true,
"author": "Brad Cornes <[email protected]>",
"license": "MIT",
- "version": "0.7.5",
+ "version": "0.7.6",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
0 commit comments