Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
remove docs about legacy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mroch committed Feb 9, 2022
1 parent ccf45e1 commit 374236c
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,38 +53,21 @@ You can specify a configuration by amending the VS Code `settings.json` file. Ac

* `flow.coverageSeverity` (default: 'info'): Type coverage diagnostic severity.

> **Note:** Only supported when useLSP: true.

* `flow.lazyMode` (default: null): to support flow [lazyMode](https://flow.org/en/docs/lang/lazy-modes/)

> **Note:** Only supported when useLSP: true.
* `flow.lazyMode` (default: null): to override the [lazy mode](https://flow.org/en/docs/lang/lazy-modes/). Prefer to set this in `.flowconfig` instead.

* `flow.stopFlowOnExit` (default: true) stop flow server on exit from Project.

* `flow.useCodeSnippetOnFunctionSuggest` (default: true) Complete functions with their parameter signature.

* `flow.showStatus` (default: true) If `true` will display a spinner in the status-bar while flow is type checking.

> **Note:** Not supported when useLSP: true. In lsp mode you can use status-bar widget to view status.

* `flow.runOnAllFiles` (default: false) Run Flow on all files, No need to put `//@flow comment` on top of files.

> **Note:** Not supported when useLSP: true. You can use flowconfig option [all](https://flow.org/en/docs/config/options/#toc-all-boolean).

* `flow.useLSP` (default: true) Turn off to switch from the official Flow Language Server implementation to talking directly to flow.

> **Note**: useLSP: true requires `flow >= 0.75`

* `flow.enabled` (default: true) you can disable flow for some Project for example.

## Features

* Supports multiple flowconfig and vscode multi-root workspaces (required `useLSP: true`)
* Supports multiple flowconfig and vscode multi-root workspaces
* IntelliSense
* Go to Definition / Peek Definition
* Diagnostics (Errors, Warnings)
* Hover type information
* Rename (required `useLSP: true`)
* Toggle-able Code Coverage reports

<p align="center">
Expand Down

0 comments on commit 374236c

Please sign in to comment.