Releases: flow/flow-for-vscode
Releases · flow/flow-for-vscode
2.2.0
- Removed support for the
log.file
flowconfig option, since it contained a security vulnerability.
- Upgraded bundled version to 0.183.0
2.1.0
- 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
- 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
Bug Fixes
- windows: fix verification of
flow-bin
binaries (9885ab6)
1.9.1
Bug Fixes
- restore compatibility with older versions of VS Code (00a4ff0)
1.9.0
Features
- Verify integrity of
flow-bin
binaries (af92850)
- Allow clickable links on hover for type descriptions (1a43503)