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
There is an issue occurring in src/git/gitProviderService.ts:2390 (getOrOpenRepository) where if no workspace result is found for the URI, it does not return Repository information.
This appears to be causing a problem where the repository window cannot be displayed in pickRepositoryStep.
I've attached a link to a sample code that I've modified for reference.
iblea/vscode-gitlens@235a74d
(If a repository is not found, add code to return repository information for the current project's root path.)
Description
Here's how to test it:
2~3. Follow steps 2 and 3 in the same way as above.
4. When executing the command, the search window does not appear.
GitLens Version
v16.0.2
VS Code Version
Visual Studio Code
Version: 1.95.3
Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813
Date: 2024-11-13T14:50:04.152Z (6 일 전)
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.95.3 Chrome/128.0.6613.186 Electron/32.2.1 Safari/537.36
Electron: 32.2.1
Node.js: 22.9.0
OS: MacOS 15.1(24B83)
Git Version
git version 2.39.5 (Apple Git-154)
Logs, Screenshots, Screen Captures, etc
No response
The text was updated successfully, but these errors were encountered: