You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it also installs chocolatey-visualstudio.extension
But when, for example, I remove Git from the Fudgefile and run fudge prune it tries to remove packages not mentioned in the Fudgefile, like chocolatey-visualstudio.extension.
choco list -local
returns 32 packages (including dependencies)
fudge list -local
returns 13 packages (without dependencies)
Is there some way to counteract this behavior?
The text was updated successfully, but these errors were encountered:
When I have a Fudgefile with
Git
and some other tools likeit also installs
chocolatey-visualstudio.extension
But when, for example, I remove Git from the Fudgefile and run
fudge prune
it tries to remove packages not mentioned in the Fudgefile, likechocolatey-visualstudio.extension
.choco list -local
returns 32 packages (including dependencies)
fudge list -local
returns 13 packages (without dependencies)
Is there some way to counteract this behavior?
The text was updated successfully, but these errors were encountered: