typescript icon indicating copy to clipboard operation
typescript copied to clipboard

remove remote types folder when fetching new types

Open goughjo03 opened this issue 3 years ago • 0 comments
trafficstars

the problem is that when components are not exposed from the remote anymore, and when the plugin fetches up to date types from the remote, it is not removing the old types from the target directory. this could give a false impression of what is being exposed from the remote. This PR remove the target types directory before creating a new one.

goughjo03 avatar Oct 03 '22 08:10 goughjo03