Skip to content
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

match! breaks structure guidelines and collapsible nodes #5456

Closed
kerams opened this issue Aug 3, 2018 · 2 comments
Closed

match! breaks structure guidelines and collapsible nodes #5456

kerams opened this issue Aug 3, 2018 · 2 comments

Comments

@kerams
Copy link
Contributor

kerams commented Aug 3, 2018

Structure guidelines and collapsible nodes below a match! are missing.

Repro steps

let blah = async {
    match! async { return Some 1 } with
    | Some _ -> ()
    | None ->
        if true then
            if true then
                if true then
                    () }

Expected behavior

Structure guidelines and collapsible nodes are present.

Actual behavior

untitled

Known workarounds

None.

Related information

Provide any related information

VS 2017.8 Preview 5

@TIHan TIHan added Bug Area-VS-FSI VS window and commands for F# Interactive Area-LangService-API and removed Area-VS-FSI VS window and commands for F# Interactive labels Aug 3, 2018
@TIHan TIHan added this to the 16.0 milestone Aug 3, 2018
@cartermp
Copy link
Contributor

cartermp commented Aug 7, 2018

I have a fix for this, but cannot verify it due to #5465

@cartermp
Copy link
Contributor

Fixed
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants