Chet Husk

Results 587 comments of Chet Husk

Yes, we've had numerous reports about the 6.0.4xx previews, as well as the 7.0.1xx previews. Just haven't had time to figure out what's going on. I'll add a pinned issue...

Thanks @MangelMaxime! Can you pop open the 'inspect tokens and scopes' tool and report what scopes are set for each of the ranges in question here? Separately we'll have to...

Unfortunately we're getting this entire range from FCS as a `Method`, so we'll need to dig into the compiler and push changes. ![image](https://user-images.githubusercontent.com/573979/142738161-016298fe-76e5-4c23-83ff-563240aab3f7.png)

Missing project explorer info (and presumably by extension project info at all due to failures during project cracking/workspace initialization) _would_ lead to this behavior. It would be nice if the...

@jasiozet would you be interested in contributing the feature? it would involve adding the above to `release/package.json` in the existing `contributes` section, then testing that the folding works as expected.

unclear. it's likely that any root fixes would come in via the ionide/proj-info repo (which ionide consumes by way of the fsharp/fsautocomplete project), but there's a large set of changes...

If changing the file name makes things work again, then this sounds like some kind of typecheck-cache/file watcher issue in FSAC. We should double-check the way that script filenames are...

Some context: those aren't necessarily _errors_ per se. in any situation where typecheck information isn't available you'll get them, and there might be a less blatant way of reporting that....

One thing I personally have noticed is that document formatting can sometimes stackoverflow, resulting in a restart of the language server. This is bad because when the server is restarted...

We should check this because based on what I have implemented, I think this should work right now