VS: allowStaleResults is hardcoded false
Open
Area-VS
help wanted
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
In Editor, `ParseAndCheckDocument` extension method has only one single call site:
https://github.com/dotnet/fsharp/blame/ec08a4c7f856bb965b2bb67bb039b898d0e59268/vsintegration/src/FSharp.Editor/LanguageService/WorkspaceExtensions.fs#L207
`allowStaleResults` is false here, which means these options have no effect:
For context, this feature was introduced in #2315, but it looks like it has been defunct for quite some time now.
This is not high priority issue, but we should probably either chuck away the code path, along with the not working user options or re-enable this?
Contributor guide
Assessment
This issue has not been assessed yet.