Open erayerdin opened 3 years ago
Insert the content from the file set by licenser.customHeaderFile without ending empty newline.
licenser.customHeaderFile
Example file content of LICENSE.txt:
LICENSE.txt
All rights reserved by Eray Erdin.
Expected header:
# All rights reserved by Eray Erdin.
Inserts the content with ending newline from the source file.
Actual header:
# All rights reserved by Eray Erdin. #
CTRL+SHIFT+P
licens
Workspace
Licenser: Custom Header File
Licenser: License
Custom
licenser: Insert License Header
Same here. I always end files with a newline for source control reasons.
Runtime environment
Behaviors
Expected behavior
Insert the content from the file set by
licenser.customHeaderFile
without ending empty newline.Example file content of
LICENSE.txt
:Expected header:
Actual behavior
Inserts the content with ending newline from the source file.
Actual header:
Steps to reproduce the issue
CTRL+SHIFT+P
> `Preferences: Open Settings (UI)licens
.Workspace
on top.Licenser: Custom Header File
toLICENSE.txt
(which is present at the project root) andLicenser: License
toCustom
.CTRL+SHIFT+P
>licenser: Insert License Header