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
and then edit go file and save, the file will not be formatted,
Describe the solution you'd like
because when setting editor.formatOnSaveMode to modifications, VSCode will execute provideDocumentRangeFormattingEdits instead of provideDocumentFormattingEdits, currently vscode-go extension only implement provideDocumentFormattingEdits
Describe alternatives you've considered
maybe need go fmt to implement the partial format ability, if this is not planned, it is ok to close this issue.