Skip to content

Commit

Permalink
Remove secondary window ui from electron example
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Koehler <[email protected]>
  • Loading branch information
lucas-koehler committed Aug 26, 2022
1 parent e4e3ddb commit 14a7b07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@theia/scm": "1.29.0",
"@theia/scm-extra": "1.29.0",
"@theia/search-in-workspace": "1.29.0",
"@theia/secondary-window-ui": "1.29.0",
"@theia/task": "1.29.0",
"@theia/terminal": "1.29.0",
"@theia/timeline": "1.29.0",
Expand Down
3 changes: 0 additions & 3 deletions examples/electron/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@
{
"path": "../../packages/search-in-workspace"
},
{
"path": "../../packages/secondary-window-ui"
},
{
"path": "../../packages/task"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/secondary-window-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

The `@theia/secondary-window-ui` extension contributes UI integration that allows moving widgets to secondary windows.

_Note_: Currently, only webview widgets can be moved to secondary windows.
### Limitations

- **The extension is currently only suitable for use in browser applications** because there are some unresolved issues with *Electron*.
- Currently, only webview widgets can be moved to secondary windows.

## Additional Information

Expand Down

0 comments on commit 14a7b07

Please sign in to comment.