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
VSCode 1.49 support a new setting editor.formatOnSaveMode, which makes Format on Save only apply to modified lines.
This requires formatter to support DocumentRangeFormatting.
The text was updated successfully, but these errors were encountered:
VSCode 1.49 support a new setting
editor.formatOnSaveMode
, which makes Format on Save only apply to modified lines.This requires formatter to support
DocumentRangeFormatting
.The text was updated successfully, but these errors were encountered: