diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en-us/config.md | 12 | ||||
-rw-r--r-- | doc/pt-br/config.md | 11 | ||||
-rw-r--r-- | doc/zh-cn/config.md | 12 | ||||
-rw-r--r-- | doc/zh-tw/config.md | 11 |
4 files changed, 38 insertions, 8 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 diff --git a/doc/pt-br/config.md b/doc/pt-br/config.md index af0be93c..63a28c41 100644 --- a/doc/pt-br/config.md +++ b/doc/pt-br/config.md @@ -2173,17 +2173,24 @@ 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 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 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 |