diff options
Diffstat (limited to 'doc/zh-cn/config.md')
-rw-r--r-- | doc/zh-cn/config.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/zh-cn/config.md b/doc/zh-cn/config.md index 26b54ad5..1866fb82 100644 --- a/doc/zh-cn/config.md +++ b/doc/zh-cn/config.md @@ -2172,17 +2172,25 @@ true * skynet * Jass +Value can be one of: +* `Ask` (ask every time) +* `Apply` (always apply third-party libraries and set the workspace + configuration) +* `ApplyInMemory` (always apply third-party libraries but don't set the + workspace configuration) +* `Disable` (don't ask and don't apply) + ## type ```ts -boolean +string ``` ## default ```jsonc -true +"Ask" ``` # workspace.ignoreDir |