issues
search
ymotongpoo
/
vsc-licenser
License handler extension for Visual Studio Code.
Apache License 2.0
45
stars
40
forks
source link
Incorrect handling of multi-root workspaces
#100
Open
gudvinr
opened
3 years ago
gudvinr
commented
3 years ago
Runtime environment
OS (version): Linux x64 5.10.23-1-lts
VS Code version: 1.54.2
Behaviors
Expected behavior
Create
LICENSE
file in any "root" of
multi-root workspace
.
Use configuration from this "root" if available
Actual behavior
LICENSE
file created in first available "root" of multi-root workspace
licenser can't use configuration from particular "root" and uses standard license (Apache)
Steps to reproduce the issue
Open multi-root workspace
Try to create
LICENSE
file in every "root" of multi-root workspace with custom configuration (or without one)
Runtime environment
Behaviors
Expected behavior
LICENSE
file in any "root" of multi-root workspace.Actual behavior
LICENSE
file created in first available "root" of multi-root workspaceSteps to reproduce the issue
LICENSE
file in every "root" of multi-root workspace with custom configuration (or without one)