提交 78ba7cdc 编写于 作者: S Sandeep Somavarapu

Fix #58097

上级 798549bf
......@@ -157,7 +157,7 @@ export class InstantiationService implements IInstantiationService {
for (let dependency of dependencies) {
let instanceOrDesc = this._services.get(dependency.id);
if (!instanceOrDesc) {
if (!instanceOrDesc && !dependency.optional) {
console.warn(`[createInstance] ${id} depends on ${dependency.id} which is NOT registered.`);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册