Chet Husk

Results 587 comments of Chet Husk

What's weird is that the `>` seems right to me - a textmate scope of `keyword.symbol.fsharp`. The other cases, with the `

For the generic type parameters portion of this work, I think one thing that can help is to explicitly name each generic type parameter with the parameter it applies to....

What I ended up doing when I was tinkering here actually ended up introducing _more_ generic parameters, so I'm not sure if my suggestion will be useful in the end:...

In Ionide at least we get something like this: ### Tooltips ![image](https://user-images.githubusercontent.com/573979/168639962-2d01b08e-febe-4bca-8d79-b329b3907a88.png) ### Info Panel ![image](https://user-images.githubusercontent.com/573979/168640086-e712897d-5843-450c-b513-c903698db79f.png) you can see we miss both of the single-unit `require` blocks here for `'length`...

Hi @dickymoore - the two new shorthand options for specifying a RID (--arch and --os) are meant to specify one half of a complete RID. You can read more about...

I'm going to close this and reopen the original - I've repro'd on 6.0.303 as reported.

Some of these concerns might be mitigated by the SDK container work that we're targeting for 7. Part of the motivation here is to get the right build assets at...

I'd love to see this! If there's a known format for the download links, I could even see a place for them in the output of tools like `dotnet sdk...

I took a look at `git`, which also has this online-help capability (at least on Windows), and I noticed that their help output always advertises the 'rich' version. Specifically, where...

Hello folks, please check https://github.com/dotnet/core/issues/7699 for more details about this.