-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
Needs InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.
Description
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.This issue needs a team member to investigate its status.