* Update a configuration value. The updated configuration values are persisted. * * A value can be changed in * * - [Global configuration](#ConfigurationTarget.Global): Changes the value for all instances of the editor. * - [Workspace configuration](#ConfigurationTarget.Work
(section: string, value: any, configurationTarget?: ConfigurationTarget | boolean)
| 235 | * `ConfigurationTarget.Workspace` otherwise. |
| 236 | */ |
| 237 | update(section: string, value: any, configurationTarget?: ConfigurationTarget | boolean): Thenable<void>; |
| 238 | |
| 239 | /** |
| 240 | * Readable dictionary that backs this configuration. |
no outgoing calls