未验证 提交 d21668ca 编写于 作者: I Isidor Nikolic 提交者: GitHub

Update src/vs/workbench/browser/parts/statusbar/statusbarPart.ts

Co-authored-by: NBenjamin Pasero <benjpas@microsoft.com>
上级 9269535c
......@@ -491,6 +491,8 @@ export class StatusbarPart extends Part implements IStatusbarService {
createContentArea(parent: HTMLElement): HTMLElement {
this.element = parent;
// Track focus within container
const scopedContextKeyService = this.contextKeyService.createScoped(this.element);
CONTEXT_STATUS_BAR_FOCUSED.bindTo(scopedContextKeyService);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册