提交 d9ba49fa 编写于 作者: S Sandeep Somavarapu

make enablement handler optional

上级 73b33dcb
...@@ -247,7 +247,7 @@ interface ISettingsSyncOptions { ...@@ -247,7 +247,7 @@ interface ISettingsSyncOptions {
/** /**
* Handler is being called when the user changes Settings Sync enablement. * Handler is being called when the user changes Settings Sync enablement.
*/ */
enablementHandler(enablement: boolean): void; enablementHandler?(enablement: boolean): void;
} }
interface IWorkbenchConstructionOptions { interface IWorkbenchConstructionOptions {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册