Skip to content

Commit ad5a412

Browse files
Fix TailwindCSS Intellisense extension (#817)
Co-authored-by: Filip Troníček <[email protected]>
1 parent 29a5db0 commit ad5a412

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

extensions.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,12 @@
137137
"repository": "https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight"
138138
},
139139
"bradlc.vscode-tailwindcss": {
140-
"repository": "https://github.com/tailwindlabs/tailwindcss-intellisense"
140+
"repository": "https://github.com/tailwindlabs/tailwindcss-intellisense",
141+
"location": "packages/vscode-tailwindcss",
142+
"custom": [
143+
"npx -y pnpm install",
144+
"cd packages/vscode-tailwindcss && vsce package --no-dependencies -o extension.vsix"
145+
]
141146
},
142147
"BriteSnow.vscode-toggle-quotes": {
143148
"repository": "https://github.com/BriteSnow/vscode-toggle-quotes"

0 commit comments

Comments
 (0)