Justin Grote

Results 875 comments of 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: ![image](https://github.com/PowerShell/PowerShellEditorServices/assets/15258962/6ee4f529-42bc-45bc-afd7-086a65e08072) EDIT: Found it, `Detail` property of a variable Completionlist entry ![image](https://github.com/PowerShell/PowerShellEditorServices/assets/15258962/be8c0390-4882-466b-969b-2125f5ad3cfa)

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?