Chet Husk

Results 587 comments of Chet Husk

This is because of the textmate/semantic highlighting tokens reported in each case. For the definition, there is _no_ semantic token for the brace characters, and so the textmate scope for...

> I wonder why we don't have everything the same color. This is because of the additional processing I mentioned as step 2 in [this comment](https://github.com/ionide/ionide-vscode-fsharp/issues/1528#issuecomment-828674791). A bit of background...

This is probably due to a lot of rework that we are doing during checking. @Krzysztof-Cieslak has a draft PR to correct some of that that we are working through.

@kevingentile there is not. This was solved in 7.1.0, and #1769 should be resolved in the next version, so really all I can advise you to do is hold tight.

Closing because 7.1.0 solved this particular issue.

Whew, that's good news :) That should make this a lot easier to plumb through.

Gotta do a little bit of validation to make sure those values do as expected with different TFM, RIDs, and UseAppHost msbuild properties - those have a direct impact on...

might also just be an artifact of longer-lived FSI sessions - does it reproduce if you close the FSI session or start a new one before sending the changed file?

Best guess is that there may have been some bugs in the 'add backticks if needed' FCS API, or we wanted to do a potential shortcut. We can definitely put...

What would be really interesting in this case is what the 'semantic token scopes' are for each of the mismatched `` and `()` in your example. If you open the...