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

#40185 Fix tests

上级 c47e6131
......@@ -331,9 +331,12 @@ suite('ExtensionEnablementService Test', () => {
});
function aLocalExtension(id: string, contributes?: IExtensionContributions): ILocalExtension {
const [publisher, name] = id.split('.');
return <ILocalExtension>Object.create({
identifier: { id },
manifest: {
name,
publisher,
contributes
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册