Ian Griffiths
Ian Griffiths
After about 10 attempts to uninstall the extension failed, I ran this from the command line: vsixinstaller /u:FSharpVSPowerTools.68b42cfe-c752-4094-8dba-ed48aa81cac8 That finally got rid of it, after which I was able to...
...but it still regularly disables itself. I've been running with the F# Power Tools content in the Output pane showing in the hope of catching the problem. But I'm now...
Is any of the outstanding work something that could be helped forward with community contributions? Or is it all stuff that basically needs to be done by team members?
As far as I can tell, this bit in the roadmap: > API Reference: Microsoft Docs uses a separate set of tools to ingest API references for a variety of...
Sorry - I got COVID so I've been behind on this. It looks like the tests are failing. Did you run the tests locally?
Yes, I just meant that the relevant throws should use `nameof(line)` as the `paramName` argument when constructing the `ArgumentException`. (So exactly what you've done in that commit.) Thanks for offering...
Nothing I'm aware of, but if you feel it's missing something feel free either to add more, or to open another issue describing what's missing.
A basic tenet of Rx is that once you have called `Dispose` on a subscription, you cannot rely on receiving any further notifications. While it's true that in the window...
I'm going to copy out your final sequence of events but with numbers, because I want to ask a question: 1. command executing = false 1. Start Task execution 1....
The exact wording from section 5.9 is: >Messages can be in flight while calling unsubscribe. These messages can still come through while the call to unsubscribe is in progress. The...