The reason why code actions were requested.

Variables

@:enum@:implread onlyAutomatic:CodeActionTriggerKind

Code actions were requested automatically.

This typically happens when current selection in a file changes, but can also be triggered when file content changes.

@:enum@:implread onlyInvoke:CodeActionTriggerKind

Code actions were explicitly requested by the user or by an extension.