chore: add workspace extension recommendations#1211
chore: add workspace extension recommendations#1211HarshBasrani wants to merge 1 commit intotimlrx:mainfrom
Conversation
|
@HarshBasrani is attempting to deploy a commit to the timlrx's projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
This PR adds VS Code workspace extension recommendations to improve the developer experience for new contributors. The file prompts users to install essential development tools when they open the project in VS Code.
Changes:
- Added
.vscode/extensions.jsonwith recommendations for Tailwind IntelliSense, ESLint, Prettier, and LazyUI Pro extensions
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "bradlc.vscode-tailwindcss", | ||
| "dbaeumer.vscode-eslint", | ||
| "esbenp.prettier-vscode", | ||
| "HarshBasrani.lazyui-pro" |
There was a problem hiding this comment.
The extension ID "HarshBasrani.lazyui-pro" references a "pro" version of LazyUI. Consider whether a pro/premium extension should be included in the recommended extensions list, as this may have licensing implications or require a paid subscription. If a free version exists (such as "HarshBasrani.lazyui"), that might be more appropriate for workspace recommendations to ensure all contributors can use the recommended tools.
| "HarshBasrani.lazyui-pro" | |
| "HarshBasrani.lazyui" |
Added a .vscode/extensions.json file to improve the developer experience for new contributors.
This prompts users to install essential tools (Tailwind IntelliSense, ESLint, Prettier) and LazyUI (helper to prevent Tailwind class hallucinations) immediately upon cloning.