make enablement handler optional

This commit is contained in:
Sandeep Somavarapu
2020-09-24 13:18:30 +02:00
parent 73b33dcbc8
commit d9ba49fae6
+1 -1
View File
@@ -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 {