vscode-git-graph
vscode-git-graph copied to clipboard
Context menu not available in VSCodium
Describe the Bug I recently switched from VSCode to VSCodium. Git Graph is available in both extension registries, however the context menu in VSCodium doesn't work.
Steps to Reproduce Steps to reproduce the behaviour:
- Install VSCodium
- Install GitGraph from the default extension registry (however, I also tried installing from .vsix file and problem still persists
- Open any git repo
- Open git graph for that repo
- Right click on any commit
Only Cut, Copy and Paste commands are available:
Expected Behaviour
I would expect a list of options what to do with clicked commit. Screenshot from VSCode:
Environment
- Git Graph Extension Version: 1.30.0 in both VSCode and VSCodium
- Visual Studio Codium Version: 1.96.2
- Operating System: MacOS Sequoia 15.2
bump
plz fix this issue ASAP!!!!
I'm in the exact same situation. I just switched from VSCode to VSCodium. Git Graph is available in both extension registries, however the context menu in VSCodium doesn't work.
Is there a workaround for this?
i am using vscode canary, and i am having the same issue as well. i assume this problem will soon arrive at the stable channel of vscode as well
vscode:
Version: 1.97.0-insider (Universal)
Commit: 69d97b0773575a75736850370918e1171cfde5c6
Date: 2025-01-13T09:58:56.423Z
Electron: 32.2.7
ElectronBuildId: 10660205
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.2.0
Potentially related, contrary to mouse right click, when I hit the "Menu Key" (or Shift+F10), I get the Cut/Copy/Paste menu instead of the full fledged contextual menu for the currently focused item.
Latest Vscode Insider has this issue as well
Is there an older version of this extension that works? Or is the problem inherently with vscode, and we're waiting for that to be fixed?
@RandalSchwartz It seems to be an upstream breaking change in vscode. This extension didn't update for quite some time.
EDIT: Someone should create an issue in the vscode repo, maybe they can assist us here.
I don't know enough about extensions to even know what to report. Can someone who is familiar with this extension and how it works please file an issue with vscode, and link it from here so I can comment and watch?
This issue is fixed in the latest insiders build and it seems to be landing in 1.97.2 as well. Thanks to all the issue reporters, pull requesters and fixers in this repository and the electron (https://github.com/electron/electron/issues/44976, https://github.com/electron/electron/pull/44978) and vscode (https://github.com/microsoft/vscode/issues/239862, https://github.com/microsoft/vscode/pull/240261) repos. @Muzosh, can you confirm and close?
@Muzosh vscode 1.97.2 is out and the issue has been fixed. Please, close the issue
Sorry I didn't have much time lately. Closing the issue based on @ismatjon 's witness
@ismatjon @Muzosh I have updated to VSCodium 1.97.2 and the Git Graph extension is on version 1.30.0, but the Context Menu is still showing only Cut/Copy/Paste.
Am I missing something?
@stidch For some reason in vscodium the issue is still present, while it is fixed in vscode. Maybe vscodium is a bit slower in updates than vscode.
Reopening. Will close again once the issue is resolved in VSCodium