Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/features/ConfigurationFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If there is no configuration file, an attempt will be made to find the ".bsl-lan
|    ⤷   `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`. |
| &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`. |
| `capabilities` | `JSON-Object` | Settings for LSP capabilities that the server advertises to clients. Use this section to override defaults such as document sync mode. |
| ⤷&nbsp;&nbsp;&nbsp;`textDocumentSync` | `JSON-Object` | Settings for text document synchronization. |
| ⤷&nbsp;&nbsp;&nbsp;`textDocumentSync` | `JSON-Object` | Settings for text document synchronization. |
| &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. |
| `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`*) |
| `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"` |
Expand Down
Loading