-
Notifications
You must be signed in to change notification settings - Fork 954
Add ability to verify shims and remove orphaned shims #3204
Copy link
Copy link
Open
Labels
0 - BacklogIssue is accepted, but is not ready to be worked on or not in current sprint.Issue is accepted, but is not ready to be worked on or not in current sprint.EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.
Metadata
Metadata
Assignees
Labels
0 - BacklogIssue is accepted, but is not ready to be worked on or not in current sprint.Issue is accepted, but is not ready to be worked on or not in current sprint.EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Checklist
What You Are Seeing?
Chocolatey creates for a meta-package that does not contain any executables.
What is Expected?
No shim is created.
How Did You Get This To Happen?
choco install starshipC:\ProgramData\chocolatey\lib\starship\lib\starship\tools\starship.exe, despite the package being empty.Invoke-Expression (&starship init powershell)no longer works properly:C:\ProgramData\chocolatey\lib\starship\tools\starship.exe: The term 'C:\ProgramData\chocolatey\lib\starship\tools\starship.exe' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.System Details
10.0.22621.0Installed Packages
Output Log
I'm not on a Windows machine right now, I can add this if necessary.Additional Context
starship/starship#5227