diff options
| -rw-r--r-- | doc/server_configurations.md | 8 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 3b4340b2..25c8950b 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -1729,12 +1729,6 @@ 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.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.showUncovered`**: `boolean` If true will show uncovered code by default @@ -7406,7 +7400,7 @@ This server accepts configuration via the `settings` key. - **`Lua.diagnostics.workspaceDelay`**: `integer` - Default: `3` + Default: `3000` null diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 3b4340b2..25c8950b 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -1729,12 +1729,6 @@ 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.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.showUncovered`**: `boolean` If true will show uncovered code by default @@ -7406,7 +7400,7 @@ This server accepts configuration via the `settings` key. - **`Lua.diagnostics.workspaceDelay`**: `integer` - Default: `3` + Default: `3000` null |
