You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.
```ocaml# x;;val - = 100# let x = 3 in x + 2;;val - = 5
In a markdown code block like the above example, x;; and let x = 3 in x + 2;; is added to the outline , maybe because it starts with a #.
Since it is a code block, I think this is unintended behavior.
The text was updated successfully, but these errors were encountered:
Sorry, I'm not familiar about the components of VSCode, nor can I read/write typescript. I have no clue how to describe this.
If you could, would you mind reporting it?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In a markdown code block like the above example,
x;;
andlet x = 3 in x + 2;;
is added to the outline , maybe because it starts with a#
.Since it is a code block, I think this is unintended behavior.
The text was updated successfully, but these errors were encountered: