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 29a5db0 commit ad5a412Copy full SHA for ad5a412
extensions.json
@@ -137,7 +137,12 @@
137
"repository": "https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight"
138
},
139
"bradlc.vscode-tailwindcss": {
140
- "repository": "https://github.com/tailwindlabs/tailwindcss-intellisense"
+ "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
+ ]
146
147
"BriteSnow.vscode-toggle-quotes": {
148
"repository": "https://github.com/BriteSnow/vscode-toggle-quotes"
0 commit comments