mirror of
https://github.com/coder/code-server.git
synced 2026-05-16 09:17:25 +02:00
chore(vscode): update to 1.55.2
This commit is contained in:
@@ -251,4 +251,8 @@ export class SharedProcess extends Disposable implements ISharedProcess {
|
||||
this.window.webContents.openDevTools();
|
||||
}
|
||||
}
|
||||
|
||||
isVisible(): boolean {
|
||||
return this.window?.isVisible() ?? false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user