aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>