[code-infra] Polish VS Code DX #44865
Open
+31
−29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It looks like this was due for a refresh.
.vscode/settings.json
As I understand it, a baseline version of this is supposed to be stored on git (then people can add their settings to further customize it). Proof:
I have tried to only have the least opinionated settings.
.editorconfig
Now that we have
.mdx
and.tsx
files, this is due for a refresh. We also started to stop relying ontrim_trailing_whitespace
for markdown line break (but instead use\
). So we can apply this everywhere. See #34762.I also got annoyed with the UX on https://mui.com/toolpad/
.gitignore
Remove .vscode, per VS Code codebase, they don't do this.
.vscode/extensions.json
I suspect that those mui/base-ui#1151 got introduced because the right VS Code extension wasn't installed.
.vscode/launch.json
This is for
I'm not aware anyone uses it. We would need to clean up it.
Same PR open in all the repositories ⬇️