aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-09-09 23:24:41 +0000
committergithub-actions <github-actions@github.com>2021-09-09 23:24:41 +0000
commit6882cfe458388b6e3db6b77fc1b368f635a9a6af (patch)
treef02f8a6df19b8f42b6c5d3c557f4874f22c19775 /CONFIG.md
parentdocs(elixirls): fix package_json (#1245) (diff)
downloadnvim-lspconfig-6882cfe458388b6e3db6b77fc1b368f635a9a6af.tar
nvim-lspconfig-6882cfe458388b6e3db6b77fc1b368f635a9a6af.tar.gz
nvim-lspconfig-6882cfe458388b6e3db6b77fc1b368f635a9a6af.tar.bz2
nvim-lspconfig-6882cfe458388b6e3db6b77fc1b368f635a9a6af.tar.lz
nvim-lspconfig-6882cfe458388b6e3db6b77fc1b368f635a9a6af.tar.xz
nvim-lspconfig-6882cfe458388b6e3db6b77fc1b368f635a9a6af.tar.zst
nvim-lspconfig-6882cfe458388b6e3db6b77fc1b368f635a9a6af.zip
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 097221df..47f53f35 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -1484,7 +1484,7 @@ This server accepts configuration via the `settings` key.
- **`elixirLS.dialyzerFormat`**: `enum { "dialyzer", "dialyxir_short", "dialyxir_long" }`
- Default: `"dialyzer"`
+ Default: `"dialyxir_long"`
Formatter to use for Dialyzer warnings
@@ -1496,6 +1496,10 @@ This server accepts configuration via the `settings` key.
Dialyzer options to enable or disable warnings\. See Dialyzer\'s documentation for options\. Note that the \"race\_conditions\" option is unsupported
+- **`elixirLS.enableTestLenses`**: `boolean`
+
+ Show code lenses to run tests in terminal
+
- **`elixirLS.fetchDeps`**: `boolean`
Default: `true`
@@ -1508,16 +1512,34 @@ This server accepts configuration via the `settings` key.
Mix environment to use for compilation
+- **`elixirLS.mixTarget`**: `string`
+
+ Mix target to use for compilation \(requires Elixir \>\= 1\.8\)
+
- **`elixirLS.projectDir`**: `string`
+ Default: `""`
+
Subdirectory containing Mix project if not in the project root
+- **`elixirLS.signatureAfterComplete`**: `boolean`
+
+ Default: `true`
+
+ Show signature help after confirming autocomplete
+
- **`elixirLS.suggestSpecs`**: `boolean`
Default: `true`
Suggest \@spec annotations inline using Dialyzer\'s inferred success typings \(Requires Dialyzer\)
+- **`elixirLS.trace.server`**: `enum { "off", "messages", "verbose" }`
+
+ Default: `"off"`
+
+ Traces the communication between VS Code and the Elixir language server\.
+
</details>