ymotongpoo / vsc-licenser

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

"Insert license headers to contents" command not showing #84

Closed mkatliar closed 3 years ago

mkatliar commented 4 years ago

Runtime environment

Behaviors

Expected behavior

Pop-up list of commands contains "Insert license headers to contents"

Actual behavior

Pop-up list of commands does not contain "Insert license headers to contents" image

Steps to reproduce the issue

  1. Go to the Command Palette
  2. Type 'licenser'
ToastHawaii commented 3 years ago

I found the command in the context menu by right click on a folder in the VS Code Explorer. Does this work for you?

tevosouza commented 3 years ago

Hi @mkatliar I made a PR #99 that adds the capability to add the license header to all files into the workspace. image