summaryrefslogtreecommitdiff
path: root/doc/pt-br/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pt-br/config.md')
-rw-r--r--doc/pt-br/config.md11
1 files changed, 9 insertions, 2 deletions
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