-
-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v7.21.0 is causing intellisense issues in VS code #2035
Comments
A stacktrace would be helpful, to understand if it happens in FSAC or FCS. |
For the record. There no logs anywhere to be found. Even after enabling
It appear to me when developing using Oxpecker library, and when I modify computation expression. It's hard to reproduce for now. so does computatoin expression is the culprit is speculative. |
Likely suspect is https://github.com/dotnet/fsharp/pull/17096/files which uses HashMultiMap as an underlying structure, which is not threadsafe. |
With the latest version -v7.21.1 - there are some issues still remaining - prob. related to the same fix. When I edit a file, sometimes I get red squiggles.
|
This should've been fixed in FCS already. Are there any examples of code, or stack trace? |
@vzarytovskii was this released in a nuget package yet? |
We're using the 8.0.400 build - did the fix come out after? |
Yes, not in 8 branch though, we didn't backport it there |
Ok, so FSAC updating to https://www.nuget.org/packages/FSharp.Compiler.Service/43.9.100-preview.24422.2 or similar should unblock this. |
I suppose now that RC1 is out we should probably look at doing this anyway. |
Yeah, there are whole bunch of fixes there. Should be fine despite it being a "preview". |
Just upgraded to v7.21.0.
Seeing red squiggles in files that should compile fine.
Hovering over a squiggle gives 'index out of bounds' error message.
Fixed by going back to v7.20.3
Running Window 11 with the following sdks installed
The text was updated successfully, but these errors were encountered: