-
Notifications
You must be signed in to change notification settings - Fork 158
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
EXPERIMENT: Use FSharp.Data.Adaptive #1007
Conversation
0b61351
to
c7925f1
Compare
31cef16
to
58cd034
Compare
WIP to handle loading of projects and type checking in an adaptive way
TextHover, TextChange, Autocomplete
autocomplete tends to be wrong. Need to rethink this
49e19d0
to
5c48f30
Compare
let! diags = doc |> Document.waitForLatestDiagnostics (TimeSpan.FromSeconds 5.0) | ||
Expect.equal diags Array.empty "There should be a final publishDiagnostics without any diags" | ||
}) | ||
testCaseAsync |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have any need for a testCase for Task? If these suggestions aren't useful, feel free to disregard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean like testCaseTask
?
CC: @dsyme - the PR I've mentioned last week ;-) |
Does it fix problems in vscode? |
WIP to handle loading of projects and type checking in an adaptive way