safisa
safisa
Hi, I am now facing the same error in the console log, when using the vscode.git and vscode.git-ui extensions/plugins. When opening any text file I am seeing the error: ```...
I see where the issue is, I will try to fix it and apply a PR.
Done: https://github.com/eclipse-theia/theia/pull/11593
Hi, Any updates on this issue? Or, can you help on how to fix it using Theia extension? Thanks
To resolve this issue, we need to registerWebviewPanelSerializer in the vscode extension code. This was missing in my implementation, once I did it (in the following example) the custom editor...
Hi, Any updates on this PR? This change could help us a lot with disconnections issues since today after reconnecting all the plugins are reloaded/reactivated again and this takes a...
Hi @tortmayr This disconnection can cause several issues, but I am not sure about all of them. I will try to mention the most annoying issues we faced: 1. biggest...
Hi @DanboDuan, First thank you for this work in the PR. I want to know if you want to continue working on it. We are wishing to have support for...
Hi @vince-fugnitto, @colin-grant-work I have a similar or maybe the same issue. I am getting this error when trying to press on the 3 dots toolbar menu on the git/source...
Hi, Also the following warn messages in the console (copied from the forum https://community.theia-ide.org/t/many-vscode-git-extension-warning-messages-in-console-log/3032): ``` WARN Failed to register a menu item for plugin vscode.git contributed to scm/sourceControl Object Error:...