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
Using WorkspaceEditEntryMetadata (to set needsConfirmation) requires setting a string label on the changes, but by default these labels are not visible in the UI. You have to explicitly toggle on grouping:
group.mp4
It would be nice if we could set the default behaviour on the WorkspaceMetadata because some kinds of edits are much better grouped together (for example fixing multiple lints in a single action, grouped by lint name).
VS Code's LSP client is already telling servers that changes will be grouped (although the spec is a bit vague about whether this is default or just an option):