Skip to content

Releases: flow/flow-for-vscode

2.2.1

06 Jan 22:31
930e7f5
Compare
Choose a tag to compare

Fix a security vulnerability.

Full Changelog: 2.2.0...2.2.1

2.2.0

27 Jul 01:09
Compare
Choose a tag to compare
  • Removed support for the log.file flowconfig option, since it contained a security vulnerability.
  • Upgraded bundled version to 0.183.0

2.1.0

15 Mar 15:51
Compare
Choose a tag to compare
  • Prevent running versions of flow-bin < 0.110.0 in Restricted Mode, since those versions contained a security vulnerability.
    • Upgraded bundled version to 0.110.1
    • Removed support for flow-bin < 0.110.0 in Restricted Mode

Full Changelog: 2.0.0...2.1.0

2.0.0

09 Feb 17:51
Compare
Choose a tag to compare
  • Removed support for legacy Flow integration. All communication with Flow now uses the Language Server Protocol.
  • The "Path To Flow" setting is now ignored in Restricted Mode.

1.9.2

07 Sep 21:21
Compare
Choose a tag to compare

Bug Fixes

  • windows: fix verification of flow-bin binaries (9885ab6)

1.9.1

07 Sep 21:09
Compare
Choose a tag to compare

Bug Fixes

  • restore compatibility with older versions of VS Code (00a4ff0)

1.9.0

07 Sep 21:14
Compare
Choose a tag to compare

Features

  • Verify integrity of flow-bin binaries (af92850)
  • Allow clickable links on hover for type descriptions (1a43503)