When I have a Fudgefile with Git and some other tools like
{
"name": "visualstudio2017buildtools",
"version": null,
"args":null,
"params": null
},
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?
When I have a Fudgefile with
Gitand some other tools likeit also installs
chocolatey-visualstudio.extensionBut when, for example, I remove Git from the Fudgefile and run
fudge pruneit tries to remove packages not mentioned in the Fudgefile, likechocolatey-visualstudio.extension.choco list -localreturns 32 packages (including dependencies)
fudge list -localreturns 13 packages (without dependencies)
Is there some way to counteract this behavior?