Justin Grote
Justin Grote
Also to be clear this may need to be split into two issues: - Breakpoints not being cleaned up after debug stop - Debug stopping after first command is entered...
> My intellisense stops working completely, and doesn't start working again until I visit the Terminal for the PowerShell Extension and hit the Enter key a few times to get...
It certainly would help if your searching for modules takes forever (shouldn't take *that* long unless you have a really slow file server or you are working over a high...
@MartinGC94 @andyleejordan @SeeminglyScience need to find where PSES gets this info from:  EDIT: Found it, `Detail` property of a variable Completionlist entry 
It's a fair point that just because a module is written for PSCore doesn't mean it supports all platforms. For instance, a module might be a wrapper to a windows-only...
@wav3 yes there have been many changes, we are working on a complete refactor for 2.0: https://github.com/JustinGrote/MSTerminalSettings/tree/refactor/QuickType If you get this fixed for the existing implementation, it can be maintained...
`Create a nuspec from that data (might even be possible through the v2 library), then give it to sleet as a PackageInput that has a nupkg with only a nuspec...
@emgarten thanks, as I recall I can track by CreatedDate and not ModifiedDate, as packages are meant to be immutable on the gallery but that's a good test to check...
There will be a log file for this that you can parse for that kind of telemetry, I don't see the point in maintaining it in the app itself.
Sorry to necro but as this appears to never have been merged, I assume we are still to use unstable_dev for testing?