Skip to content

chore: add workspace extension recommendations#1211

Open
HarshBasrani wants to merge 1 commit intotimlrx:mainfrom
HarshBasrani:main
Open

chore: add workspace extension recommendations#1211
HarshBasrani wants to merge 1 commit intotimlrx:mainfrom
HarshBasrani:main

Conversation

@HarshBasrani
Copy link
Copy Markdown

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.

Copilot AI review requested due to automatic review settings January 12, 2026 06:15
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 12, 2026

@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.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json with 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"
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
"HarshBasrani.lazyui-pro"
"HarshBasrani.lazyui"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants