[GH-ISSUE #464] VSCode Extension Fails to Detect Git Notes in Workspace Mode #170

Closed
opened 2026-03-02 04:12:32 +03:00 by kerem · 3 comments
Owner

Originally created by @Christina0215 on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/464

Description

The git-ai VSCode extension fails to detect and display git notes information when VS Code is opened with a workspace root that is not a git repository (e.g., a multi-folder workspace containing multiple git repositories).

Environment

  • Extension Version: 0.1.16
  • VS Code Version: 1.109.0 (Universal)

Steps to Reproduce

  1. Create a workspace directory structure:

    /workspace/                    (Workspace root - NOT a git repo)
    ├── project-a/                 (Git repository)
    │   ├── .git/
    │   ├── .git/refs/notes/git-ai (Contains git notes)
    │   └── src/
    │       └── main.rs
    └── project-b/                 (Another git repository)
        └── .git/
    
  2. Open VS Code with /workspace/ as the root directory

  3. Open a file from project-a/src/main.rs

  4. Observe that git-ai blame information is not displayed in the gutter

Originally created by @Christina0215 on GitHub (Feb 6, 2026). Original GitHub issue: https://github.com/git-ai-project/git-ai/issues/464 ## Description The git-ai VSCode extension fails to detect and display git notes information when VS Code is opened with a workspace root that is not a git repository (e.g., a multi-folder workspace containing multiple git repositories). ## Environment - **Extension Version**: 0.1.16 - **VS Code Version**: 1.109.0 (Universal) ## Steps to Reproduce 1. Create a workspace directory structure: ``` /workspace/ (Workspace root - NOT a git repo) ├── project-a/ (Git repository) │ ├── .git/ │ ├── .git/refs/notes/git-ai (Contains git notes) │ └── src/ │ └── main.rs └── project-b/ (Another git repository) └── .git/ ``` 2. Open VS Code with `/workspace/` as the root directory 3. Open a file from `project-a/src/main.rs` 4. Observe that git-ai blame information is not displayed in the gutter
kerem closed this issue 2026-03-02 04:12:33 +03:00
Author
Owner

@svarlamov commented on GitHub (Feb 7, 2026):

Thank you for documenting the issue and the PR #467

I made some updates. Are you able to help test on your end as well?

<!-- gh-comment-id:3865587892 --> @svarlamov commented on GitHub (Feb 7, 2026): Thank you for documenting the issue and the PR #467 I made some updates. Are you able to help test on your end as well?
Author
Owner

@svarlamov commented on GitHub (Feb 9, 2026):

Fixed in #467 should go out in tonight's release. Thanks for the contribution and please let me know if there's any further issues!

Btw, we'd love to see you in our new Discord for Git AI contributors! https://discord.gg/XJStYvkb5U

<!-- gh-comment-id:3868879152 --> @svarlamov commented on GitHub (Feb 9, 2026): Fixed in #467 should go out in tonight's release. Thanks for the contribution and please let me know if there's any further issues! Btw, we'd love to see you in our new Discord for Git AI contributors! https://discord.gg/XJStYvkb5U
Author
Owner

@Christina0215 commented on GitHub (Feb 10, 2026):

Thank you for documenting the issue and the PR #467

I made some updates. Are you able to help test on your end as well?

I used version 0.1.17, and the issue has been resolved. Thank you.

<!-- gh-comment-id:3874956599 --> @Christina0215 commented on GitHub (Feb 10, 2026): > Thank you for documenting the issue and the PR [#467](https://github.com/git-ai-project/git-ai/pull/467) > > I made some updates. Are you able to help test on your end as well? I used version 0.1.17, and the issue has been resolved. Thank you.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#170
No description provided.