Open Issues Need Help
View All on GitHubAI Summary: The issue describes a problem where a Git blame extension fails to correctly identify file paths in a multi-folder VS Code workspace. Instead of using the full path, it appears to be using the folder name defined in the workspace configuration, leading to `git blame` commands failing with 'no such path' errors.
VS Code extension to show Git Blame annotations, inspired by JetBrains editors 🪲
VS Code extension to show Git Blame annotations, inspired by JetBrains editors 🪲
AI Summary: Add a context menu (right-click) option to toggle the Git blame annotations in the VS Code extension 'Just Blame'. This involves modifying the extension's code to add a new command triggered by the context menu and integrating it with the existing toggle functionality.
VS Code extension to show Git Blame annotations, inspired by JetBrains editors 🪲