-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Description
I can't get GitLens to show anything inline in one of my projects. It works from the primary sidebar (reads the repo, commits, everything...) but struggles to do anything inline. I enabled the logging and this is what I get:
[2023-10-09 11:59:29.502] [ 9b9] GitProviderService.getRepository
[2023-10-09 11:59:29.502] [ 9b9] GitProviderService.getRepository returned E(/Users/myuser/repo) [0ms]
[2023-10-09 11:59:29.502] [ 9b8] GitProviderService.getOrOpenRepository returned E(/Users/myuser/repo) [0ms]
[2023-10-09 11:59:29.502] [ 9ba] GitProviderService.getBlameForLine
[2023-10-09 11:59:29.502] [ 9bb] LocalGitProvider.getBlameForLine
[2023-10-09 11:59:29.503] [ 9bc] LocalGitProvider.getBlame
[2023-10-09 11:59:29.503] [ 9bc] LocalGitProvider.getBlame completed [0ms]
[2023-10-09 11:59:29.503] [ 9bb] LocalGitProvider.getBlameForLine completed [0ms]
[2023-10-09 11:59:29.503] [ 9ba] GitProviderService.getBlameForLine completed [0ms]
[2023-10-09 11:59:29.503] ShowMessage(warn, 'Unable to show commit file details. The file is probably not under source control.', suppressFileNotUnderSourceControlWarning, {"title":"Don't Show Again"})
GitLens works without issues in another project so I'm suspecting something is bothering it in this one particularly. First thing that comes to mind is that I'm using the Monorepo Workspace plugin for this project but the setup is not that complicated, here's the relevant part:
"folders": [
{
"name": "✨ root",
"path": ".."
},
{
"name": "backend",
"path": "../backend"
},
{
"name": "frontend",
"path": "../frontend"
},
],
Any ideas?
GitLens Version
14.3.0
VS Code Version
Version: 1.83.0 (Universal)
Commit: e7e037083ff4455cf320e344325dacb480062c3c
Date: 2023-10-03T16:13:15.449Z
Electron: 25.8.4
ElectronBuildId: 24154031
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Darwin arm64 22.6.0
Git Version
git version 2.39.3 (Apple Git-145)
Logs, Screenshots, Screen Captures, etc
No response