summaryrefslogtreecommitdiff
path: root/doc/zh-tw/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/zh-tw/config.md')
-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
+```