Const
Base kind for auto-fix source actions: source.fixAll.
source.fixAll
Fix all actions automatically fix errors that have a clear fix that do not require user input. They should not suppress errors or perform unsafe fixes such as generating new types or classes.
3.15.0
Base kind for auto-fix source actions:
source.fixAll.Fix all actions automatically fix errors that have a clear fix that do not require user input. They should not suppress errors or perform unsafe fixes such as generating new types or classes.