提交 15e4c723 编写于 作者: J Joao Moreno

assume window starts focused

上级 d17e8750
......@@ -15,7 +15,7 @@ export class ExtHostWindow implements ExtHostWindowShape {
private _onDidChangeWindowFocus = new Emitter<boolean>();
readonly onDidChangeWindowFocus: Event<boolean> = this._onDidChangeWindowFocus.event;
private _isFocused = false;
private _isFocused = true;
get isFocused(): boolean { return this._isFocused; }
constructor(threadService: IThreadService) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册