diff options
Diffstat (limited to 'doc/en-us/config.md')
-rw-r--r-- | doc/en-us/config.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md index 7a283955..f57d4d64 100644 --- a/doc/en-us/config.md +++ b/doc/en-us/config.md @@ -2173,14 +2173,6 @@ 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 @@ -2188,6 +2180,13 @@ Value can be one of: string ``` +## enum + +* ``"Ask"`` +* ``"Apply"`` +* ``"ApplyInMemory"`` +* ``"Disable"`` + ## default ```jsonc |