提交 fda3ed38 编写于 作者: D Daniel Imms

Fix terminalFocus context key after select all from cmd palette

Fixes #28679
上级 732824c3
......@@ -342,6 +342,8 @@ export class TerminalInstance implements ITerminalInstance {
}
public selectAll(): void {
// Focus here to ensure the terminal context key is set
this._xterm.focus();
this._xterm.selectAll();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册