diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-08-01 17:52:19 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-08-01 17:52:19 +0800 |
commit | 0f0c1c517f9ba14dcb6f947166b980a93ccb69d3 (patch) | |
tree | 8a020bab93659c9ae20a2f097531982c7d695803 /doc/zh-tw | |
parent | 3b7b8b50acb2c0d6a2637269d34852e2bf43ac9a (diff) | |
download | lua-language-server-0f0c1c517f9ba14dcb6f947166b980a93ccb69d3.zip |
update docs
Diffstat (limited to 'doc/zh-tw')
-rw-r--r-- | doc/zh-tw/config.md | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md index bd11c761..08fab32b 100644 --- a/doc/zh-tw/config.md +++ b/doc/zh-tw/config.md @@ -398,7 +398,6 @@ object<string, string> */ "global": "Fallback", /* - * cast-type-mismatch * circle-doc-class * doc-field-no-class * duplicate-doc-alias @@ -517,7 +516,6 @@ object<string, string> */ "global": "Fallback", /* - * cast-type-mismatch * circle-doc-class * doc-field-no-class * duplicate-doc-alias @@ -659,7 +657,7 @@ object<string, string> "assign-type-mismatch": "Opened", "await-in-sync": "None", "cast-local-type": "Opened", - "cast-type-mismatch": "Any", + "cast-type-mismatch": "Opened", "circle-doc-class": "Any", "close-non-object": "Any", "code-after-break": "Opened", @@ -1412,17 +1410,17 @@ string # runtime.pluginArgs -Arguments to pass to to the runtime plug. +Additional arguments for the plugin. ## type ```ts -array<string> +Array<string> ``` - ## default +## default -```json +```jsonc [] ``` @@ -1587,7 +1585,7 @@ Array<string> # telemetry.enable -啟用遙測,透過網路發送你的編輯器資訊與錯誤日誌。在[此處](https://github.com/sumneko/lua-language-server/wiki/%E9%9A%B1%E7%A7%81)閱讀我們的隱私聲明。 +啟用遙測,透過網路發送你的編輯器資訊與錯誤日誌。在[此處](https://github.com/sumneko/lua-language-server/wiki/Home#privacy)閱讀我們的隱私聲明。 ## type @@ -1615,7 +1613,7 @@ boolean ## default ```jsonc -false +true ``` # type.weakNilCheck @@ -1838,4 +1836,4 @@ Array<string> ```jsonc [] -``` +```
\ No newline at end of file |