diff options
| author | github-actions <github-actions@github.com> | 2021-08-05 12:34:16 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-08-05 12:34:16 +0000 |
| commit | 3ebd05f6bb47e5be34e2984021f2000b83479133 (patch) | |
| tree | f72414201ae0ff4c44abbdc5822520993d45e204 /CONFIG.md | |
| parent | feat(gopls): add support for "go.work" files (#1125) (diff) | |
| download | nvim-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.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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"` |
