ymotongpoo / vsc-licenser

License handler extension for Visual Studio Code.
Apache License 2.0
45 stars 40 forks source link

Implements multiple file license header insertion #65

Closed mitchwadair closed 4 years ago

mitchwadair commented 4 years ago

Intended to close #32

I tried my best to do this in a similar way to the original _insert function, but was unable to find a good way to go about it. This currently uses the fs module to insert licenses. This may be an inefficient way of accomplishing this task, so I can attempt to do it in a way that has similar behavior to _insert if desired, although it may be a bit uglier.

ymotongpoo commented 4 years ago

Thank you for the request, @mitchwadair ! This is awesome feature to add.