Skip to content

Releases: ionide/FsAutoComplete

v0.59.2

v0.59.1

26 Feb 17:35
Compare
Choose a tag to compare

Added

  • Support for logging traces to a configured OpenTelemetry collector endpoint (thanks @TheAngryByrd!)
    • to use this, set the CLI argument --otel-exporter-enabled, and set the OTEL_EXPORTER_OTLP_ENDPOINT the the URL of a reachable collector before launching the app
    • then, send the fsharp.notifications.trace configuration set to true, and the fsharp.notifications.traceNamespaces` configuration set to an array of string patterns for namespaces of activities to match on.

Changed

v0.59.0

20 Feb 15:36
Compare
Choose a tag to compare

Added

  • Support for F# 7
    • Note that as a side effect of this, some codefixes have been temporarily disabled. We'll be working on re-enabling them in the near future in conjuntions with the F# team.

Changed

v0.58.4

04 Feb 20:56
Compare
Choose a tag to compare
  • Fix crash due to missing dependency on Microsoft.Extensions.Caching.Memory

v0.58.3

04 Feb 20:23
Compare
Choose a tag to compare

Changed

Removed

  • The FSharp.enableReferenceCodeLens is deprecated, it's been replaced by the FSharp.codeLenses.references.enabled setting.

v0.58.2

08 Nov 04:28
Compare
Choose a tag to compare

v0.58.1

v0.58.0

09 Oct 18:56
Compare
Choose a tag to compare

Added

v0.57.4

30 Sep 20:21
Compare
Choose a tag to compare

v0.57.3

27 Sep 16:34
Compare
Choose a tag to compare