Skip to content

Releases: fsprojects/FSharp.Formatting

Release list

23.0.0-alpha.2

23.0.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Sep 09:25
f463cbb

Fixed

  • Fix tooltip not being interactive: moving the mouse from a code token into its tooltip now keeps the tooltip open, allowing users to select and copy the tooltip text. #949
  • fsdocs watch rebuilds a page when a file its script depends on changes, following #load transitively and #r to local files, wherever those files are (a dot folder, outside the input folder). The directives are read from the syntax tree, so a #load in a comment does not count. #1309