aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-08-05 12:34:16 +0000
committergithub-actions <github-actions@github.com>2021-08-05 12:34:16 +0000
commit3ebd05f6bb47e5be34e2984021f2000b83479133 (patch)
treef72414201ae0ff4c44abbdc5822520993d45e204 /CONFIG.md
parentfeat(gopls): add support for "go.work" files (#1125) (diff)
downloadnvim-lspconfig-3ebd05f6bb47e5be34e2984021f2000b83479133.tar
nvim-lspconfig-3ebd05f6bb47e5be34e2984021f2000b83479133.tar.gz
nvim-lspconfig-3ebd05f6bb47e5be34e2984021f2000b83479133.tar.bz2
nvim-lspconfig-3ebd05f6bb47e5be34e2984021f2000b83479133.tar.lz
nvim-lspconfig-3ebd05f6bb47e5be34e2984021f2000b83479133.tar.xz
nvim-lspconfig-3ebd05f6bb47e5be34e2984021f2000b83479133.tar.zst
nvim-lspconfig-3ebd05f6bb47e5be34e2984021f2000b83479133.zip
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index dda417ec..62b25aab 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -659,7 +659,7 @@ This server accepts configuration via the `settings` key.
The protocol to use for the Dart Debug Extension backend service and injected client\. Using WebSockets can improve performance but may fail when connecting through some proxy servers\.
-- **`dart.debugExternalLibraries`**: `boolean`
+- **`dart.debugExternalPackageLibraries`**: `boolean`
null
@@ -2252,6 +2252,12 @@ This server accepts configuration via the `settings` key.
null
+- **`haskell.trace.client`**: `enum { "off", "error", "debug" }`
+
+ Default: `"error"`
+
+ Traces the communication between VS Code and the language server\.
+
- **`haskell.trace.server`**: `enum { "off", "messages" }`
Default: `"off"`