Skip to content

Commit 5b7e7a8

Browse files
authored
Merge pull request #3664 from 1c-syntax/translations_docs-features-configurationfile-md--develop_en
Updates for file docs/features/ConfigurationFile.md in en
2 parents ad598a2 + 4817632 commit 5b7e7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/features/ConfigurationFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If there is no configuration file, an attempt will be made to find the ".bsl-lan
3535
|       `cyclomaticComplexity` | `Boolean` or `JSON-Object` | Enables displaying the value of the [Cyclomatic Complexity](../diagnostics/CyclomaticComplexity.md) method as inlay hints. By default, the setting is set to `true`. |
3636
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`sourceDefinedMethodCall` | `Boolean` or `JSON-Object` | Enables displaying the parameters of the invoked configuration/library method as inlay hints. By default, the setting is set to `true`. Available parameters:<br/>* `showParametersWithTheSameName` - show parameters with names contained in the passed value. The default parameter value is `false`.<br/>* `showDefaultValues` - show default values for parameters not passed. The default value of the parameter is `true`. |
3737
| `capabilities` | `JSON-Object` | Settings for LSP capabilities that the server advertises to clients. Use this section to override defaults such as document sync mode. |
38-
|&nbsp;&nbsp;&nbsp;`textDocumentSync` | `JSON-Object` | Settings for text document synchronization. |
38+
|&nbsp;&nbsp;&nbsp;`textDocumentSync` | `JSON-Object` | Settings for text document synchronization. |
3939
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`change` | `String` | Text document sync strategy advertised to the client. Supported values: `Incremental` *(default)*, `Full`, `None`. Changing this value requires restarting BSL Language Server so the new capability is sent to clients. |
4040
| `useDevSite` | `Boolean` | When you turn on the settings, the resulting documentation links will lead to the develop version of the site. By default, the parameter is off (*set to `false`*) |
4141
| `siteRoot` | `String` | The path to the root of the site with the documentation. By default, the parameter value is `"https://1c-syntax.github.io/bsl-language-server"` |

0 commit comments

Comments
 (0)