From 19ad2359a7453ceeada70fadd6b59b8396e7798b Mon Sep 17 00:00:00 2001
From: "transifex-integration[bot]"
<43880903+transifex-integration[bot]@users.noreply.github.com>
Date: Sat, 10 Jun 2023 11:56:31 +0000
Subject: [PATCH] Translate docs/index.md in en
100% translated source file: 'docs/index.md'
on 'en'.
---
docs/en/index.md | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/docs/en/index.md b/docs/en/index.md
index 299c9ac3af1..b10ccd21a1e 100644
--- a/docs/en/index.md
+++ b/docs/en/index.md
@@ -55,15 +55,15 @@ Perfomance measurement - [SSL 3.1](../bench/index.html)
## Supported protocol operations
??? workspace
-| Operation | Supported | Comment |
-| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
-| [didChangeWorkspaceFolders](https://microsoft.github.io/language-server-protocol/specification-current#workspace_didChangeWorkspaceFolders) | | |
-| [didChangeConfiguration](https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeConfiguration) | | with restrictions, see [#1431](https://github.com/1c-syntax/bsl-language-server/issues/1431) |
-| [didChangeWatchedFiles](https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeWatchedFiles) | | |
-| [symbol](https://microsoft.github.io/language-server-protocol/specification#workspace_symbol) | | |
-| [executeCommand](https://microsoft.github.io/language-server-protocol/specification#workspace_executeCommand) | | |
-| [applyEdit](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_applyEdit) | | |
-| [willCreateFiles](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_willCreateFiles) | | |
+ | Operation | Support | Commentary |
+ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
+ | [didChangeWorkspaceFolders](https://microsoft.github.io/language-server-protocol/specification-current#workspace_didChangeWorkspaceFolders) | | |
+ | [didChangeConfiguration](https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeConfiguration) | | with restrictions see [#1431](https://github.com/1c-syntax/bsl-language-server/issues/1431) |
+ | [didChangeWatchedFiles](https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeWatchedFiles) | | |
+ | [symbol](https://microsoft.github.io/language-server-protocol/specification#workspace_symbol) | | |
+ | [executeCommand](https://microsoft.github.io/language-server-protocol/specification#workspace_executeCommand) | | |
+ | [applyEdit](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_applyEdit) | | |
+ | [willCreateFiles](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_willCreateFiles) | | |
??? "Text Synchronization"
| Opertaion | Supported | Comment |
@@ -76,7 +76,7 @@ Perfomance measurement - [SSL 3.1](../bench/index.html)
| [willSaveWaitUntil](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_willSaveWaitUntil) | | | |
??? textDocument
- | Operation | Supported | Comment | Configurable? |
+ | Operation | Support | Commentary | Is configured? |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ---------------- |
| [publishDiagnostics](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_publishDiagnostics) | | tagSupport = true
versionSupport = true
[diagnostics](./diagnostics/index.md) | yes |
| [completion](https://github.com/1c-syntax/bsl-language-server/blob/develop/docs/diagnostics/index.md) | | resolveProvider = false | |
@@ -90,12 +90,12 @@ Perfomance measurement - [SSL 3.1](../bench/index.html)
| [references](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references) | | | |
| [documentHighlight](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentHighlight) | | | |
| [documentSymbol](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentSymbol) | | hierarchicalDocumentSymbolSupport = true | |
- | [codeAction](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction) | | codeActionKinds = ? (see [#1433](https://github.com/1c-syntax/bsl-language-server/issues/1433))
isPreferredSupport = true | yes |
+ | [codeAction](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeAction) | | codeActionKinds = ? (см. [#1433](https://github.com/1c-syntax/bsl-language-server/issues/1433))
isPreferredSupport = true | yes |
| [codeAction/resolve](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#codeAction_resolve) | | | |
| [codeLens](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_codeLens) | | resolveProvider = false | yes |
| [codeLens/resolve](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#codeLens_resolve) | | | |
| [codeLens/refresh](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#codeLens_refresh) | | | |
- | [documentLink](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentLink) | | Displaying hyperlinks to diagnostics documentation.
tooltipSupport = true
resolveProvider = false | yes |
+ | [documentLink](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentLink) | | Showing hyperlinks to documentation on diagnostics.
tooltipSupport = true
resolveProvider = false | yes |
| [documentLink/resolve](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#documentLink_resolve) | | | |
| [documentColor](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentColor) | | | |
| [colorPresentation](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_colorPresentation) | | | |
@@ -112,6 +112,9 @@ Perfomance measurement - [SSL 3.1](../bench/index.html)
| [semanticTokens](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_semanticTokens) | | | |
| [linkedEditingRange](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_linkedEditingRange) | | | |
| [moniker](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_moniker) | | | |
+ | [inlayHint](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_inlayHint) | | resolveProvider = false | yes |
+ | [inlayHint/resolve](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#inlayHint_resolve) | | | |
+ | [inlayHint/refresh](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_inlayHint_refresh) | | | |