Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
Update `editor.quickSuggestions` example in readme
Signature
-----BEGIN PGP SIGNATURE----- wsBcBAABCAAQBQJkgyivCRBK7hj4Ov3rIwAA5tUIADz1mYUeo5AG9d5N6PTZ+nFb SLnb2Ok4+Gq8JCVJ8drjtSSGSLEbX+DBGIYw0rcXEBCXYZOfrscsvpQ2H2mJw2Km L3YWJ/5W2NXNPuH1ehheSHnHlzJ3Em6tLcpjPiwQMm2ycxi9/uE/Wt6qCK/c8F4E 1us50KZ78o82EE8apjl+Wv3Zp08WUG0n3dRYAFvWoQRY+CnfXdF2DoLwPboxMknJ Io0ZPbfIoaJ5A+50CJB5wskTyYXXlcGHz5IByEjupfWbWmCLHx4TZOa4n8tq048v ZnbtFi0dHWEgVgHQQUN4RqQvMGZbAuahAkg98KeyPK3vi0Ldw0Z7Expis19X3oQ= =qBF7 -----END PGP SIGNATURE-----
Brad Cornes <hello@bradley.dev>
1 year ago
1 changed files, 1 additions(+), 1 deletions(-)
M packages/vscode-tailwindcss/README.md -> packages/vscode-tailwindcss/README.md
diff --git a/packages/vscode-tailwindcss/README.md b/packages/vscode-tailwindcss/README.md
index b38f51472ec529a46304567b8177e6fae61f924b..7b44f389e7271291ce7520b950772627ca59f140 100644
--- a/packages/vscode-tailwindcss/README.md
+++ b/packages/vscode-tailwindcss/README.md
@@ -50,8 +50,8 @@ By default VS Code will not trigger completions when editing "string" content, for example within JSX attribute values. Updating the `editor.quickSuggestions` setting may improve your experience:
 
 ```
 "editor.quickSuggestions": {
-
 Intelligent suggestions for class names, as well as [CSS functions and directives](https://tailwindcss.com/docs/functions-and-directives/).
+**[Install via the Visual Studio Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)**
 }
 ```