Skip to content

feat(workspace): add Prettier as recommended VS Code extension#7664

Merged
steveruizok merged 1 commit intotldraw:mainfrom
jeremylongshore:fix/add-prettier-vscode-extension
Jan 10, 2026
Merged

feat(workspace): add Prettier as recommended VS Code extension#7664
steveruizok merged 1 commit intotldraw:mainfrom
jeremylongshore:fix/add-prettier-vscode-extension

Conversation

@jeremylongshore
Copy link
Copy Markdown
Contributor

@jeremylongshore jeremylongshore commented Jan 10, 2026

In order to help contributors use consistent formatting in VS Code/Cursor, this PR adds a .vscode/extensions.json file that recommends the Prettier extension (esbenp.prettier-vscode).

Closes #7516

Change type

  • improvement

Test plan

  1. Open the repository in VS Code
  2. Go to Extensions tab
  3. Verify "Prettier - Code formatter" appears in Workspace Recommendations
  • Unit tests
  • End to end tests

Release notes

  • Add Prettier as a recommended VS Code extension for contributors

Add `.vscode/extensions.json` with Prettier extension recommendation.
This ensures consistent code formatting by prompting developers to
install the Prettier extension when they open the repository.

Closes tldraw#7516

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Jan 10, 2026

@jeremylongshore is attempting to deploy a commit to the tldraw Team on Vercel.

A member of the Team first needs to authorize it.

@huppy-bot
Copy link
Copy Markdown
Contributor

huppy-bot bot commented Jan 10, 2026

jeremylongshore has signed the Contributor License Agreement. Thanks!

@steveruizok
Copy link
Copy Markdown
Collaborator

steveruizok commented Jan 10, 2026

Thanks @jeremylongshore ! Do sign that CLA.

@steveruizok steveruizok enabled auto-merge January 10, 2026 10:27
@huppy-bot huppy-bot bot added the improvement Product improvement label Jan 10, 2026
@steveruizok steveruizok added this pull request to the merge queue Jan 10, 2026
Merged via the queue into tldraw:main with commit 2b7ccd2 Jan 10, 2026
24 of 26 checks passed
@jeremylongshore
Copy link
Copy Markdown
Contributor Author

I have read and agree to the Contributor License Agreement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Product improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Prettier as a suggested VS Code/Cursor extension

2 participants