-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[code-infra] Polish VS Code DX #1238
base: master
Are you sure you want to change the base?
[code-infra] Polish VS Code DX #1238
Conversation
Netlify deploy preview |
Signed-off-by: Olivier Tassinari <[email protected]>
"files.trimTrailingWhitespace": true, | ||
|
||
// Root workspace only | ||
"typescript.surveys.enabled": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we want to enforce this?
// Highlighting | ||
"bradlc.vscode-tailwindcss", // Tailwind CSS | ||
"unifiedjs.vscode-mdx", // MDX | ||
"shardulm94.trailing-spaces", // Trailing spaces |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prettier
does it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
"yoavbls.pretty-ts-errors", // TypeScript | ||
"stylelint.vscode-stylelint", // Stylelint | ||
"davidanson.vscode-markdownlint", // markdownlint | ||
"chrischinchilla.vale-vscode" // Vale |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not entirely sure about Vale. It's useful for us, but the extension is not standalone (requires installing Vale separately), which could be worse DX for external contributors.
mui/material-ui#44865