You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(vscode): set Prettier as default formatter and disable formatOnSave for Markdown (#36045)
This PR updates VS Code workspace settings to use Prettier as the
default formatter and disables format-on-save specifically for Markdown
files as we don't enforce a specific formatting style for them so
auto-formatting can cause unwanted changes.
- Add editor.defaultFormatter: esbenp.prettier-vscode
- Add [markdown] override to disable format on save
- Mirror settings in dataplane.code-workspace for consistency
0 commit comments