-
Notifications
You must be signed in to change notification settings - Fork 390
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
F#: Editor features (intellisense etc) don't work after deleting ".vs" #3788
Comments
@TIHan can you take a look at this? |
Yes, going to look at it now. |
Leaving in 15.8 for investigations. |
I know what is happening now. F#'s language service is not being initialized unless a document has been opened. This means we miss out on all the workspace events that F#'s language service needs. To be more specific, |
I have a fix for this coming. It is a bug in the F# language service. |
This issue was moved to dotnet/fsharp#5395 |
Create a new F# project
Console App (.NET Core)
Let VS do its thing, after a few seconds everything works. Do a build for good measure.
Close VS and delete the
.vs
directoryreopen the solution: build works, but editor features don't
Restart VS one more time, after that, everything works again
The text was updated successfully, but these errors were encountered: