diff options
Diffstat (limited to 'doc/pt-br/config.md')
-rw-r--r-- | doc/pt-br/config.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/pt-br/config.md b/doc/pt-br/config.md index 479a6add..f888efea 100644 --- a/doc/pt-br/config.md +++ b/doc/pt-br/config.md @@ -891,6 +891,22 @@ object<string, string> } ``` +# diagnostics.unusedLocalExclude + +Do not diagnose `unused-local` when the variable name matches the following pattern. + +## type + +```ts +Array<string> +``` + +## default + +```jsonc +[] +``` + # diagnostics.workspaceDelay Latency (milliseconds) for workspace diagnostics. When you start the workspace, or edit any file, the entire workspace will be re-diagnosed in the background. Set to negative to disable workspace diagnostics. |