diff options
Diffstat (limited to 'doc/en-us/config.md')
-rw-r--r-- | doc/en-us/config.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md index 52066a54..7a283955 100644 --- a/doc/en-us/config.md +++ b/doc/en-us/config.md @@ -2173,17 +2173,25 @@ Automatic detection and adaptation of third-party libraries, currently supported * 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 |