ymotongpoo / vsc-licenser

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

Fix reading the author from configuration. #117

Closed teo-tsirpanis closed 2 years ago

teo-tsirpanis commented 2 years ago

A change introduced in dfbce5e1796eeefa782235f7c8e1cb2de58401d9 broke how the extension reads the author's name, always defaulting to the computer user name. This PR reverts this change.