diff options
Diffstat (limited to 'doc/zh-tw/config.md')
-rw-r--r-- | doc/zh-tw/config.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md index 9a564683..7b59dda2 100644 --- a/doc/zh-tw/config.md +++ b/doc/zh-tw/config.md @@ -2172,17 +2172,24 @@ 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 |