We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07189b0 commit 9338d64Copy full SHA for 9338d64
packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.9.3
4
+
5
+- Tweak `theme` helper detection (#689)
6
+- Remove marketplace "preview" tag (5932d20)
7
+- Add `typescript` to default languages (#690)
8
9
## 0.9.2
10
11
- Fix `@layer` syntax highlighting (#637)
packages/vscode-tailwindcss/package.json
@@ -4,7 +4,7 @@
"description": "Intelligent Tailwind CSS tooling for VS Code",
"author": "Brad Cornes <hello@bradley.dev>",
"license": "MIT",
- "version": "0.9.2",
+ "version": "0.9.3",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
0 commit comments