Skip to content

"Move to file" code action does not set the isInteractive flag #62446

@guillaumebrunerie

Description

@guillaumebrunerie

Acknowledgement

  • I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.

Comment

#53542 introduced the "Move to file" code action and #53915 introduced a isInteractive flag on code actions to be able to distinguish interactive code actions like "Move to file". But unless I’m missing something, this flag doesn’t seem to be used for "Move to file"? (or for anything else for that matter)

I noticed it while implementing support for "Move to file" in typescript-language-server/typescript-language-server#987 and realized that it still shows up even if I filter out all actions with isInteractive true.
I grepped through the TypeScript repo and cannot find any place where it is set.

Metadata

Metadata

Assignees

Labels

Needs InvestigationThis issue needs a team member to investigate its status.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions