This commit is contained in:
Sandeep Somavarapu 2021-06-11 12:05:02 +02:00
parent 43485ec741
commit 17822c2c1c
No known key found for this signature in database
GPG key ID: 1FED25EC4646638B

2
src/vs/vscode.d.ts vendored
View file

@ -5127,7 +5127,7 @@ declare module 'vscode' {
* - configuration to workspace folder when there is no workspace folder settings.
* - configuration to workspace folder when {@link WorkspaceConfiguration} is not scoped to a resource.
*/
update(section: string, value: any, configurationTarget?: ConfigurationTarget | boolean, overrideInLanguage?: boolean): Thenable<void>;
update(section: string, value: any, configurationTarget?: ConfigurationTarget | boolean | null, overrideInLanguage?: boolean): Thenable<void>;
/**
* Readable dictionary that backs this configuration.