We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Structure guidelines and collapsible nodes below a match! are missing.
match!
let blah = async { match! async { return Some 1 } with | Some _ -> () | None -> if true then if true then if true then () }
Structure guidelines and collapsible nodes are present.
None.
Provide any related information
VS 2017.8 Preview 5
The text was updated successfully, but these errors were encountered:
I have a fix for this, but cannot verify it due to #5465
Sorry, something went wrong.
Fixed
No branches or pull requests
Structure guidelines and collapsible nodes below a
match!
are missing.Repro steps
Expected behavior
Structure guidelines and collapsible nodes are present.
Actual behavior
Known workarounds
None.
Related information
Provide any related information
VS 2017.8 Preview 5
The text was updated successfully, but these errors were encountered: