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
I am trying to use GitLens in Theia but it's not working.
A number of buttons in GitLens sidebar are in the state of grey unable to click, and most of the clickable buttons have no response after clicking. For example, Open a Folder or Repository, Start Here (Welcome), Open GitLens Settings, Connect an Integration, Commands.
I learned that this might be caused by gitlens calling vscode.env.openExternal () with a string instead of a URI.
I'm looking forward to getting it fixed. eclipse-theia/theia#14335 https://github.com/gitkraken/vscode-gitlens/blob/main/src/system/vscode/utils.ts#L280
Operating System: ubuntu 20
Theia Version: 1.54.0 electron
GitLens Version
GitLens — Git supercharged v2024.10.1905
VS Code Version
No response
Git Version
2.42.0
Logs, Screenshots, Screen Captures, etc
When I try to login from GitLens: Sign In to GitKraken in the command panel, I get the following error:
The text was updated successfully, but these errors were encountered:
Description
I am trying to use GitLens in Theia but it's not working.
A number of buttons in GitLens sidebar are in the state of grey unable to click, and most of the clickable buttons have no response after clicking. For example,
Open a Folder or Repository
,Start Here (Welcome)
,Open GitLens Settings
,Connect an Integration
,Commands
.I learned that this might be caused by gitlens calling vscode.env.openExternal () with a string instead of a URI.
I'm looking forward to getting it fixed.
eclipse-theia/theia#14335
https://github.com/gitkraken/vscode-gitlens/blob/main/src/system/vscode/utils.ts#L280
Operating System: ubuntu 20
Theia Version: 1.54.0 electron
GitLens Version
GitLens — Git supercharged v2024.10.1905
VS Code Version
No response
Git Version
2.42.0
Logs, Screenshots, Screen Captures, etc
When I try to login from
GitLens: Sign In to GitKraken
in the command panel, I get the following error:The text was updated successfully, but these errors were encountered: