Aljaz Simonic
Aljaz Simonic
I'm experiencing the same issue. Otherwise the plugin is great. Awesome job!
Unfortunately this extension already has so many settings making it complicated as it is. You're welcome to fork the repo and give it a try yourself!
Hi. How do you suggest to property handle empty files? The BitTorrent protocol specification has no instructions on that. I guess because it doesn't make sense downloading empty files.
Hi James. You can set that file to be ignored (see README on how to do it)
TypeScript declaration dependency order has been a pain for this project for a while. In the solution you're proposing, I'd have to extract the text between // @tsco-ignore start and...
Ok, that would make sense. Let me give it a bit more thought!
I think I could add a command to VS, to extract old settings in settings.json and use them to produce a tsco.json. Would that work?
I've fixed the issue with type only import, please update to version 2.0.9. With the file header what happens is the comment is considered to be the leading comment of...
Thanks Andy! I was thinking if there's a comment on the first element (could be an Import or a Class/Interface/Type), and it is a multiline comment separated by an empty...
Awesome, I'll see what can be done!