Configuration
Expert supports the following configuration options.
Settings Schema
{
"workspaceSymbols": {
"minQueryLength": 2
}
}
Available Settings
| Setting | Type | Default | Description |
|---|---|---|---|
| workspaceSymbols.minQueryLength | integer | 2 | Minimum characters required before workspace symbol search returns results. Set to 0 to return all symbols with an empty query. |
| logLevel | string | "info" | Minimum severity of log messages forwarded to the editor. Valid values: "error", "warning", "info", "log". |