ymotongpoo / vsc-licenser

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

Add option to disable warning 'set author name as ’licenser.author’ in configuration. OS username will be used as default' #112

Closed sergey-s-betke closed 2 years ago

sergey-s-betke commented 3 years ago

Behaviors

Expected behavior

Add option to disable warning 'set author name as ’licenser.author’ in configuration. OS username will be used as default'.

Actual behavior

I see 'set author name as ’licenser.author’ in configuration. OS username will be used as default' warning. For multiusers project we can't set licenser.author in configuration. OS username or GitHub user name is the best choice.

Steps to reproduce the issue

  1. Install vsc-licenser
  2. don't set licenser.author in config
  3. restart VSCode
spindensity commented 2 years ago

After setting the "licenser.author" in the configurations, the warning still appears...

ymotongpoo commented 2 years ago

This should be fixed by #116, #117, which is included in v1.7.1. Please let me know if you still see the issue after upgrading the package.