Justin Grote

Results 875 comments of Justin Grote

> Thought it would, sorry! Huge blocker? Not for stable RC, minor annoyance at best, you can always "save without formatting" or just move it above.

@SeeminglyScience fair point, maybe have it go ahead and retrieve aliases that start with that same initial character so that it can continue to filter? I can't remember if for...

@andschwa why is https://github.com/microsoft/vsmarketplace/issues/50 a blocker for us? At least since the updated CI and the CalVer versioning, we don't use any semver suffixes in the published packages, and we...

@andschwa I'm confused ![image](https://user-images.githubusercontent.com/15258962/154137439-ea45e2c9-ef56-4ea2-9d11-eb9643ec4389.png) ![image](https://user-images.githubusercontent.com/15258962/154137867-e561364b-5a62-4676-b338-6ca949a369a9.png) When publishing the vsix why can't you just either append an extra .0/.1 or remove the preview flag on the filename when publishing? EDIT: Nevermind,...

@andschwa I did some more thinking on this, why not just append .1 as the forth octet to every preview release? Then just have to make sure a preview always...

@TylerLeonhardt right, just trying to think of a workaround for the prerelease tag.

Have you tried the preview extension? Works fine there for me on both 7.2 and 5.1 ![image](https://user-images.githubusercontent.com/15258962/151999685-aed1c64b-ef32-4a5d-aed5-6bb0ffa7f1eb.png)

@andschwa I think this is because the F8 takes a different code path, can we still run it through psreadline somehow for the output?

@andschwa @SeeminglyScience there currently is a situation where we get both the "unable to find type" and the PSScriptAnalyzer "Ignoring TypeNotFound" info. Maybe if we detect both of these we...

@NWarila the problem is due to the dynamic nature of Powershell, add-type, etc. doing it in a separate console can lead to inconsistent results unlike languages like C# where the...