Skip to content

Commit

Permalink
[docgen] Update CONFIG.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions committed Sep 10, 2021
1 parent 4f3e597 commit 9d21b4e
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1737,14 +1737,6 @@ This server accepts configuration via the `settings` key.

Is flow enabled

- **`flow.fileExtensions`**: `array`

Default: `{ ".js", ".mjs", ".jsx", ".flow", ".json" }`

Array items: `{type = "string"}`

\(Supported only when useLSP\: false\)\. File extensions to consider for flow processing

- **`flow.lazyMode`**: `string`

Default: `vim.NIL`
Expand All @@ -1763,22 +1755,12 @@ This server accepts configuration via the `settings` key.

Absolute path to flow binary\. Special var \$\{workspaceFolder\} or \$\{flowconfigDir\} can be used in path \(NOTE\: in windows you can use \'\/\' and can omit \'\.cmd\' in path\)

- **`flow.runOnAllFiles`**: `boolean`

\(Supported only when useLSP\: false\) Run Flow on all files\, No need to put \/\/\@flow comment on top of files\.

- **`flow.runOnEdit`**: `boolean`

Default: `true`

If true will run flow on every edit\, otherwise will run only when changes are saved \(Note\: \'useLSP\: true\' only supports syntax errors\)

- **`flow.showStatus`**: `boolean`

Default: `true`

\(Supported only when useLSP\: false\) If true will display flow status is the statusbar

- **`flow.showUncovered`**: `boolean`

If true will show uncovered code by default
Expand Down Expand Up @@ -1807,12 +1789,6 @@ This server accepts configuration via the `settings` key.

Complete functions with their parameter signature\.

- **`flow.useLSP`**: `boolean`

Default: `true`

Turn off to switch from the official Flow Language Server implementation to talking directly to flow\.

- **`flow.useNPMPackagedFlow`**: `boolean`

Default: `true`
Expand Down

0 comments on commit 9d21b4e

Please sign in to comment.