aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-01-23 22:57:09 +0000
committerGithub Actions <actions@github>2021-01-23 22:57:09 +0000
commit6a33e9ba757245a300531e370c6b2ebe6e5a7097 (patch)
treeb2c87b86f3e35f4f700c1c9adab4ebb7649909bc
parentMerge pull request #695 from mjlbach/fix_docgen_ci (diff)
downloadnvim-lspconfig-6a33e9ba757245a300531e370c6b2ebe6e5a7097.tar
nvim-lspconfig-6a33e9ba757245a300531e370c6b2ebe6e5a7097.tar.gz
nvim-lspconfig-6a33e9ba757245a300531e370c6b2ebe6e5a7097.tar.bz2
nvim-lspconfig-6a33e9ba757245a300531e370c6b2ebe6e5a7097.tar.lz
nvim-lspconfig-6a33e9ba757245a300531e370c6b2ebe6e5a7097.tar.xz
nvim-lspconfig-6a33e9ba757245a300531e370c6b2ebe6e5a7097.tar.zst
nvim-lspconfig-6a33e9ba757245a300531e370c6b2ebe6e5a7097.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 44b61cbc..aa7b5dbc 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -887,6 +887,12 @@ This server accepts configuration via the `settings` key.
Whether to show CodeLens actions in the editor for quick running \/ debugging scripts with main functions\.
+- **`dart.showSkippedTests`**: `boolean`
+
+ Default: `true`
+
+ null
+
- **`dart.showTestCodeLens`**: `boolean`
Default: `true`
@@ -2658,6 +2664,10 @@ This server accepts configuration via the `settings` key.
port to use for connection between vscode and debug adapter inside Perl\:\:LanguageServer\. On a multi user system every user must use a differnt port\.
+- **`perl.disableCache`**: `boolean`
+
+ if true\, the LanguageServer will not cache the result of parsing source files on disk\, so it can be used within readonly directories
+
- **`perl.enable`**: `boolean`
Default: `true`
@@ -2698,7 +2708,7 @@ This server accepts configuration via the `settings` key.
Default: `vim.NIL`
- array with paths to add to perl library path
+ array with paths to add to perl library path\. This setting is used by the syntax checker\, the parser and for the debugee\. It is NOT used to find the LanguageServer itself \(use perlArgs \: \[ \"\-I\/incpath\"\] for non default path of LanguageServer\)
- **`perl.showLocalVars`**: `boolean`