Protected
Readonly
editorApplies all code actions that should be run on save for the given model and language identifier. This is a convenience method that retrieves all on-save code actions and applies them.
The text model to apply code actions to
The language identifier for preference lookup
The URI string for preference scoping
Cancellation token
Private
createPrivate
getGets all code actions that should be applied on save for the given model and language identifier.
The text model to get code actions for
The language identifier for preference lookup
The URI string for preference scoping
Cancellation token
Array of code action sets to apply, or undefined if no actions should be applied
Applies the provided code actions for the given model.