diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en-us/config.md | 33 | ||||
-rw-r--r-- | doc/pt-br/config.md | 33 | ||||
-rw-r--r-- | doc/zh-cn/config.md | 33 | ||||
-rw-r--r-- | doc/zh-tw/config.md | 33 |
4 files changed, 64 insertions, 68 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. 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. diff --git a/doc/zh-cn/config.md b/doc/zh-cn/config.md index 3cde1608..1516f4b0 100644 --- a/doc/zh-cn/config.md +++ b/doc/zh-cn/config.md @@ -1,3 +1,19 @@ +# codeLens.enable + +启用代码度量。 + +## type + +```ts +boolean +``` + +## default + +```jsonc +false +``` + # completion.autoRequire 输入内容看起来是个文件名时,自动 `require` 此文件。 @@ -1924,23 +1940,6 @@ Array<string> [] ``` -# telemetry.enable - -启用遥测,通过网络发送你的编辑器信息与错误日志。在[此处](https://github.com/sumneko/lua-language-server/wiki/Home#privacy)阅读我们的隐私声明。 - - -## type - -```ts -boolean | null -``` - -## default - -```jsonc -null -``` - # type.castNumberToInteger 允许将 `number` 类型赋给 `integer` 类型。 diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md index 636cdd1a..ea550ed1 100644 --- a/doc/zh-tw/config.md +++ b/doc/zh-tw/config.md @@ -1,3 +1,19 @@ +# codeLens.enable + +Enable code lens. + +## type + +```ts +boolean +``` + +## default + +```jsonc +false +``` + # completion.autoRequire 輸入內容看起來是個檔名時,自動 `require` 此檔案。 @@ -1924,23 +1940,6 @@ Array<string> [] ``` -# telemetry.enable - -啟用遙測,透過網路發送你的編輯器資訊與錯誤日誌。在[此處](https://github.com/sumneko/lua-language-server/wiki/Home#privacy)閱讀我們的隱私聲明。 - - -## type - -```ts -boolean | null -``` - -## default - -```jsonc -null -``` - # type.castNumberToInteger 允許將 `number` 類型賦值給 `integer` 類型。 |