eclipse-theia/theia
Ver no GitHubMultiple instances of Theia breaks VScode extensions with webview.
Open
#10.693 aberto em 31 de jan. de 2022
help wantedwebviews
Métricas do repositório
- Stars
- (18.676 stars)
- Métricas de merge de PR
- (Mesclagem média 12d 10h) (73 fundiu PRs em 30d)
Description
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:
- start two instances of Theia (Electron)
- start a vscode-extension that uses a webview in both Theia instances
- The webview will only render in the first instance.

Additional Information
- Operating System: Only confirmed on Windows yet
- Theia Version: 1.22.0
- Only Electron is affected