-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Labels
Needs InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.RescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestone
Milestone
Description
Steps to Reproduce:
- in our sources have a TS file that uses
import { watchFile } from 'fs'; - somewhere begin to use
unwatchFile - use quick fix to add import
- pick "Add import from 'fs'"
=> 🐛 you get a second import
import { watchFile } from 'fs';
import { unwatchFile } from 'fs';Reactions are currently unavailable
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.RescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestone