rikukissa / typehole

TypeScript development tool for Visual Studio Code that helps you automate creating the initial static typing for runtime values

Home Page:https://marketplace.visualstudio.com/items?itemName=rikurouvila.typehole

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typehole import persists even after calling "Remove all typeholes from all files"

sevenfields-matt opened this issue · comments

I think the import for typehole should also be removed if you call remove all typeholes from all files.

Repro:

  1. Run command "Remove all typeholes from all files"
  2. Notice import still exists.

Quick question about this: did you have typeholes still in the file with the import when you ran the command?

The logic for removing the imports is there, but I think it only applies to files that still have typeholes