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 was archived by the owner on Apr 24, 2021. It is now read-only.
…hovering or autocompleting a module
Fixes#38.
Turns out `Printtyp` keeps global state when converting to outcome printer data structures.
Reses the data before converting types to strings.
…hovering or autocompleting a module
Fixes#38.
Turns out `Printtyp` keeps global state when converting to outcome printer data structures.
Reses the data before converting types to strings.
cristianoc
added a commit
to rescript-lang/rescript-vscode
that referenced
this issue
Jan 6, 2021
- Fix type shown when hovering on record fields (see #52), and doc comments for records.
- Fix issue where type variables are printed with global renaming when hovering or autocompleting a module (see rescript-lang/rescript-editor-support#38).
- Fix issue where a log file was always created (see #47).
- Add support for hover on the id of toplevel module definitions (```module Id = ...```).
…hovering or autocompleting a module
Fixesrescript-lang#38.
Turns out `Printtyp` keeps global state when converting to outcome printer data structures.
Reses the data before converting types to strings.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
E.g.:
instead of
The text was updated successfully, but these errors were encountered: