Remembered arguments are pulled from system Chocolatey install when debugging #980
Closed
Description
opened on Jan 28, 2023
Checklist
- I have verified this is the correct repository for opening this issue.
- I have verified no other issues exist related to my problem.
- I have verified this is not an issue for a specific package.
- I have verified this issue is not security related.
What You Are Seeing?
When trying to view remembered args for an installed package in debug Chocolatey GUI, it tries to load the remembered args from the system Chocolatey CLI install, instead of from the debug install.
What is Expected?
That it is able to load remembered args when debugging.
How Did You Get This To Happen?
- Build a debug version of Chocolatey GUI
- Install curl with package parameters
- View package parameters and see that it says there are either no remembered args or it displays the system wide args (depending if curl is installed in the system install of Chocolatey).
System Details
- Operating System: Windows 10 22H2
- Windows PowerShell version: 5.1
- Chocolatey CLI Version: 1.2.1 (system), 2.0.0 debug (used)
- Chocolatey Licensed Extension version: 5.1.0 (system), N/A
- Chocolatey License type: Business
- Terminal/Emulator: N/A
Installed Packages
curl
Output Log
N/A
Additional Context
N/A
Activity