issues
search
microsoft
/
winget-cli
WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
23.35k
stars
1.45k
forks
source link
Add default module root setting for configuration
#4974
Open
ryfu-msft
opened
1 week ago
ryfu-msft
commented
1 week ago
Changes:
Adds a new settings object for
configureBehavior
Adds a new field for
defaultModuleRoot
that determines the default directory where modules are installed to.
Tests:
Verify settings value is parsed correctly
Added E2E test to check that the module is installed to the directory specified from the settings.json file.
Microsoft Reviewers:
Open in CodeFlow
Changes:
configureBehavior
defaultModuleRoot
that determines the default directory where modules are installed to.Tests:
Microsoft Reviewers: Open in CodeFlow