Skip to content

Unused variable formatOptions in getEditsForRefactor #18850

Closed
@ghost

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?

Metadata

Metadata

Assignees

Labels

InfrastructureIssue relates to TypeScript team infrastructure

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions