summaryrefslogtreecommitdiff
path: root/doc/pt-br/config.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-01-16 18:21:19 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-01-16 18:21:19 +0800
commitbe4dcc0fb3ad331a882f57f20e90bbca30770323 (patch)
tree4196788515f5669f01e695bcbbb83d0cd69720e4 /doc/pt-br/config.md
parentdbe11f8bcfd51d98ab42e167f6be1c062c80264c (diff)
downloadlua-language-server-be4dcc0fb3ad331a882f57f20e90bbca30770323.zip
remove telemetry
Diffstat (limited to 'doc/pt-br/config.md')
-rw-r--r--doc/pt-br/config.md33
1 files changed, 16 insertions, 17 deletions
diff --git a/doc/pt-br/config.md b/doc/pt-br/config.md
index aa9bd81e..5365f204 100644
--- a/doc/pt-br/config.md
+++ b/doc/pt-br/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.