diff options
Diffstat (limited to 'doc/en-us/config.md')
-rw-r--r-- | doc/en-us/config.md | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md index e854ed51..6ac60483 100644 --- a/doc/en-us/config.md +++ b/doc/en-us/config.md @@ -1411,6 +1411,22 @@ string "" ``` +# runtime.pluginArgs + +Arguments to pass to to the runtime plug. + +## type + +```ts +array<string> +``` + + ## default + +```json +[] +``` + # runtime.special The custom global variables are regarded as some special built-in variables, and the language server will provide special support @@ -1823,4 +1839,4 @@ Array<string> ```jsonc [] -```
\ No newline at end of file +``` |