Closed mnesarco closed 3 years ago
licenser.customHeaderFile should allow to specify a path relative to project dir or resolve ${workspaceFolder}
licenser.customHeaderFile
${workspaceFolder}
Only works with absolute file path
Define licenser.customHeaderFile setting in .vscode/settings.json:
.vscode/settings.json
{ "licenser.customHeaderFile": "${workspaceFolder}/.vscode/license-template.txt", "licenser.license": "Custom" }
Hi @mnesarco I made a pull-request adding this feature. I hope that works for you =)
Runtime environment
Behaviors
Expected behavior
licenser.customHeaderFile
should allow to specify a path relative to project dir or resolve${workspaceFolder}
Actual behavior
Only works with absolute file path
Steps to reproduce the issue
Define
licenser.customHeaderFile
setting in.vscode/settings.json
: