0.7.6
parent
6166a50d2f
commit
f4c6b71a25
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 0.7.6
|
||||
|
||||
- Fix `files.exclude` configuration resolution (#464)
|
||||
- Ensure `files.exclude` configuration changes are synchronized
|
||||
- [LSP] Remove `InitializeParams.initializationOptions` requirement
|
||||
|
||||
## 0.7.5
|
||||
|
||||
- Add bundled version of `tailwindcss`. The extension will use this version if `tailwindcss` cannot be resolved within the workspace
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"preview": true,
|
||||
"author": "Brad Cornes <hello@bradley.dev>",
|
||||
"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",
|
||||
|
|
Loading…
Reference in New Issue