summaryrefslogtreecommitdiff
path: root/doc/zh-tw
diff options
context:
space:
mode:
authorNicholas Dunn <nexela@gmail.com>2022-07-23 02:45:09 -0400
committerNicholas Dunn <nexela@gmail.com>2022-07-23 02:45:09 -0400
commitce3b062dd0c6ca5dde0e464ff0d0ac142ba197bf (patch)
treebb7b5894f1eb9ac06762c3c122fb48e62c043a3f /doc/zh-tw
parent05a098f7ed731b2a3a6d068d5e9d7dfeacc67be0 (diff)
downloadlua-language-server-ce3b062dd0c6ca5dde0e464ff0d0ac142ba197bf.zip
Plugin enchancements
Adds config.runtime.plugingArgs Adds pluginPath to package.path. Closes #1297 Adds log.warn() when specified plugin can't be found Possible Changelog entry: ```txt * `NEW` `Lua.runtime.pluginArgs` * `CHG` add plugin path in package.path ```
Diffstat (limited to 'doc/zh-tw')
-rw-r--r--doc/zh-tw/config.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md
index acfc9d99..16caa386 100644
--- a/doc/zh-tw/config.md
+++ b/doc/zh-tw/config.md
@@ -1410,6 +1410,22 @@ string
""
```
+# runtime.pluginArgs
+
+Arguments to pass to to the runtime plug.
+
+## type
+
+```ts
+array<string>
+```
+
+ ## default
+
+```json
+[]
+```
+
# runtime.special
將自訂全域變數視為一些特殊的內建變數,語言伺服將提供特殊的支援。
@@ -1822,4 +1838,4 @@ Array<string>
```jsonc
[]
-``` \ No newline at end of file
+```