Closed

Description
TypeScript Version: master (as of #18848)
Code
In client.ts
there is a method getEditsForRefactor
taking a formatOptions
parameter that is ignored.
We decided not to take format options along with a refactor request because they should be sent just once instead of once per refactor. It looks like this option has been present and unused since #16307.
Will we need to keep this around, or can it be removed?