Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VSCode workspace configuration (#253)
* Consolidate language-specific formatter settings using multi-language syntax - Utilize VS Code's multi-language syntax for more concise configuration - Combine identical formatter settings for TS, JS, and JSON files - Remove redundant single-language configurations Docs: https://code.visualstudio.com/docs/getstarted/settings#_multiple-languagespecific-editor-settings * Add essential VSCode extensions - Add curated list of recommended extensions - Include extensions for linting, formatting, debugging, and PR management - Document each group of extension's purpose with comments Docs: https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions * Added extension for MDX authoring * Added Prisma extension * Tailwind CSS intellisense * Removed comments from extensions file to satisfy Biome * Reverted back to multiple defaultFormatter because of some weird issues * Sorted extensions and settings, removed empty lines * Update extensions.json --------- Co-authored-by: Hayden Bleasel <[email protected]>
- Loading branch information