* Retrieve all information about a configuration setting. A configuration value * often consists of a *default* value, a global or installation-wide value, * a workspace-specific value and a folder-specific value. * * The *effective* value (returned by [`get`](#WorkspaceConfigura
(
section: string
)
| 197 | * @return Information about a configuration setting or `undefined`. |
| 198 | */ |
| 199 | inspect<T>( |
| 200 | section: string |
| 201 | ): { key: string; defaultValue?: T; globalValue?: T; workspaceValue?: T; workspaceFolderValue?: T } | undefined; |
| 202 |
no outgoing calls
no test coverage detected