提交 0ae77053 编写于 作者: S Sandeep Somavarapu

Fix #93481

上级 85d2077f
......@@ -249,6 +249,8 @@ export class OutputEditor extends AbstractTextResourceEditor {
protected createEditor(parent: HTMLElement): void {
parent.setAttribute('role', 'document');
// First create the scoped instantiation service and only then construct the editor using the scoped service
const scopedContextKeyService = this._register(this.contextKeyService.createScoped(parent));
this.scopedInstantiationService = this.instantiationService.createChild(new ServiceCollection([IContextKeyService, scopedContextKeyService]));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册