-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Fix AvailableA PR has been opened for this issueA PR has been opened for this issueVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestone
Milestone
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.
IllusionMH
Metadata
Metadata
Assignees
Labels
Fix AvailableA PR has been opened for this issueA PR has been opened for this issueVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestone