You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Debian 12 gnome running the browser example in node v20.11.1 git plugins stop working:
mhutchie.git-graph
donjayamanne.githistory
The plugins seem to load with no errors in the log but when you activate the plugin to view the graph or history of a file the tab comes and displays a loading message but never completes.
Git commit, diff and other built in functionality seems to be working as before.
Steps to Reproduce:
1.Build main branch of theia:
git clone https://github.com/eclipse-theia/theia
&& cd theia
&& npm install
&& npm run build:browser
&& npm run download:plugins
start theia: npm run start:browser
Install extensions listed above and run the extensions.
Additional Information
Operating System: Debian 12 on both client and server
Theia Version: 1.60.1 (current main branch)
The text was updated successfully, but these errors were encountered:
Bug Description:
On Debian 12 gnome running the browser example in node v20.11.1 git plugins stop working:
The plugins seem to load with no errors in the log but when you activate the plugin to view the graph or history of a file the tab comes and displays a loading message but never completes.
Git commit, diff and other built in functionality seems to be working as before.
Steps to Reproduce:
1.Build main branch of theia:
git clone https://github.com/eclipse-theia/theia
&& cd theia
&& npm install
&& npm run build:browser
&& npm run download:plugins
Additional Information
The text was updated successfully, but these errors were encountered: