Cory Knox
Cory Knox
It does look very much related. Some examples are in the Subscriptions Section:   
Good news... There is a feature in code that mostly does this... https://visualstudiomagazine.com/articles/2021/09/07/vs-code-aug21.aspx Here's a gif of a fresh install of vscode stable with the stable PowerShell extension opening a...
This isn't actually deleting information per se. This is taking the `Exception` property of the object (or probably the `Message` property on the exception we're catching, not 100% without checking...
> > but we will also want to ensure any packages that are updated or added here also get added to our internal repository after this is merged. > >...
According to the [docs](https://docs.chocolatey.org/en-us/create/functions/get-toolslocation) you can set this in an environment variable. Are you not seeing this environment variable being used by the helper function? Edit: I missed that you...
> From looking at that I wonder if we should have `choco` warn about pinning packages that have a corresponding `.install` package that isn't being pinned. 🤔 Or perhaps a...
It looks like this is also an issue with outdated and uninstall (see #2225). I wonder if this might actually be actually in the NuGet libraries and may actually benefit...
Can confirm, you will **only** see this if you run with `--verbose`. Here's a screenshot to save us having to spin up Windows 7 again to get here: 
Although the cause of this issue is not due to Chocolatey, we can better handle this error and gracefully continue where possible. I've reopened this issue, and will be updating...
So I took the sample code from @beatcracker for a spin (as well as previously having done some investigating on this myself). I had hoped to use a separate file...