-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
export interface OrganizeImportsArgs extends CombinedCodeFixScope {
/** @deprecated Use `mode` instead */
skipDestructiveCodeActions?: boolean;
mode?: OrganizeImportsMode;
}
export const enum OrganizeImportsMode {
All = "All",
SortAndCombine = "SortAndCombine",
RemoveUnused = "RemoveUnused",
}Should follow this and
- expose the
modeoption - mark
skipDestructiveCodeActionsas deprecated as well (for removal in next major version)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels