Skip to content

Commit 4bc2268

Browse files
committed
Add new options to README
1 parent 1273941 commit 4bc2268

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,16 @@ detail in [LTEX Settings](https://valentjn.github.io/vscode-ltex/docs/settings.h
6363
* `ltex.additionalRules.languageModel` via `lsp-ltex-additional-rules-language-model`
6464
* `ltex.additionalRules.neuralNetworkModel` via `lsp-ltex-additional-rules-neural-network-model`
6565
* `ltex.additionalRules.word2VecModel` via `lsp-ltex-additional-rules-word-2-vec-model`
66-
* `ltex.ltex-ls.languageToolHttpServerUri` via `lsp-ltex-languagetool-http-server-uri`
66+
* `ltex.languageToolHttpServerUri` via `lsp-ltex-languagetool-http-server-uri`
67+
* `ltex.languageToolOrg.username` via `lsp-ltex-languagetool-org-username`
68+
* `ltex.languageToolOrg.apiKey` via `lsp-ltex-languagetool-org-api-key`
69+
* `ltex.ltex-ls.path` via `lsp-ltex-ls-path`
6770
* `ltex.ltex-ls.logLevel` via `lsp-ltex-log-level`
6871
* `ltex.java.path` via `lsp-ltex-java-path`
69-
* `ltex.java.forceTrySystemWide` via `lsp-ltex-java-force-try-system-wide`
7072
* `ltex.java.initialHeapSize` via `lsp-ltex-java-initial-heap-size`
7173
* `ltex.java.maximumHeapSize` via `lsp-ltex-java-maximum-heap-size`
7274
* `ltex.sentenceCacheSize` via `lsp-ltex-sentence-cache-size`
75+
* `ltex.completionEnabled` via `lsp-ltex-completion-enabled` (currently, not implemented)
7376
* `ltex.diagnosticSeverity` via `lsp-ltex-diagnostic-severity`
7477
* `ltex.checkFrequency` via `lsp-ltex-check-frequency`
7578
* `ltex.clearDiagnosticsWhenClosingFile` via `lsp-ltex-clear-diagnostics-when-closing-file`

0 commit comments

Comments
 (0)