Justin Grote
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   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 
@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...