From 57109699932f1ae7a2a90eca8240d6c5ec9b6916 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Mon, 3 Jul 2023 13:53:50 +0200 Subject: [PATCH] Add secondary window to electron app Contributed on behalf of STMicroelectronics Signed-off-by: Johannes Faltermeier --- applications/electron/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/electron/package.json b/applications/electron/package.json index 6d6501cf1..ffd169d06 100644 --- a/applications/electron/package.json +++ b/applications/electron/package.json @@ -70,7 +70,8 @@ "@theia/plugin-ext-vscode": "1.39.0", "@theia/preferences": "1.39.0", "@theia/process": "1.39.0", - "@theia/property-view": "1.39.0", + "@theia/property-view": "1.39.0", + "@theia/secondary-window": "1.39.0", "@theia/scm": "1.39.0", "@theia/scm-extra": "1.39.0", "@theia/search-in-workspace": "1.39.0",