eclipse-theia/theia

Multiple instances of Theia breaks VScode extensions with webview.

Open

#10,693 opened on 2022年1月31日

GitHub で見る
 (4 comments) (3 reactions) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
help wantedwebviews

説明

Bug Description:

If two theia instances are open at the same time only the first opened theia will be able to show a webview. the second and third will get an error.

Steps to Reproduce:

  1. start two instances of Theia (Electron)
  2. start a vscode-extension that uses a webview in both Theia instances
  3. The webview will only render in the first instance. theiabug

Additional Information

  • Operating System: Only confirmed on Windows yet
  • Theia Version: 1.22.0
  • Only Electron is affected

コントリビューターガイド

Multiple instances of Theia breaks VScode extensions with webview. · eclipse-theia/theia#10693 | Good First Issue