eclipse-theia/theia

Multiple instances of Theia breaks VScode extensions with webview.

Open

#10,693 创建于 2022年1月31日

在 GitHub 查看
 (4 评论) (3 反应) (0 负责人)TypeScript (2,478 fork)batch import
help wantedwebviews

仓库指标

Star
 (18,676 star)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

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

贡献者指南