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';
Steps to Reproduce:
import { watchFile } from 'fs';unwatchFile=> 🐛 you get a second import