summaryrefslogtreecommitdiff
path: root/doc/en-us/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en-us/config.md')
-rw-r--r--doc/en-us/config.md33
1 files changed, 16 insertions, 17 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md
index 28fd118e..b20e8bce 100644
--- a/doc/en-us/config.md
+++ b/doc/en-us/config.md
@@ -1,3 +1,19 @@
+# codeLens.enable
+
+Enable code lens.
+
+## type
+
+```ts
+boolean
+```
+
+## default
+
+```jsonc
+false
+```
+
# completion.autoRequire
When the input looks like a file name, automatically `require` this file.
@@ -1925,23 +1941,6 @@ Array<string>
[]
```
-# telemetry.enable
-
-Enable telemetry to send your editor information and error logs over the network. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Home#privacy).
-
-
-## type
-
-```ts
-boolean | null
-```
-
-## default
-
-```jsonc
-null
-```
-
# type.castNumberToInteger
Allowed to assign the `number` type to the `integer` type.