Closed
Description
TypeScript Version: 3.4.0-rc
Search Terms:
- getEditsForFileRename
- file move
- update imports
Repo
- In the VS Code codebase
- Open the file
src/vs/editor/contrib/codeAction/codeAction.ts
- Wait for js/ts language features to be fully initialized
- Now rename this file to
codeActionRenamed
Bug
This triggers a getEditsForFileRename
request that takes between 5 and 10 seconds to resolve. Here's the tsserver.log.