mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-27 10:37:38 +01:00
make enablement handler optional
This commit is contained in:
@@ -247,7 +247,7 @@ interface ISettingsSyncOptions {
|
||||
/**
|
||||
* Handler is being called when the user changes Settings Sync enablement.
|
||||
*/
|
||||
enablementHandler(enablement: boolean): void;
|
||||
enablementHandler?(enablement: boolean): void;
|
||||
}
|
||||
|
||||
interface IWorkbenchConstructionOptions {
|
||||
|
||||
Reference in New Issue
Block a user