keyboard shortcut hints are hardcoded
Opened this issue · 2 comments
aspiers commented
Version
1.50.0
Describe the bug
The keyboard "ghost" hints such as this one are hardcoded and will not change even if the commands are unbound or rebound to other key strokes:
This can be clearly seen from this code:
cody/vscode/src/commands/GhostHintDecorator.ts
Lines 17 to 19 in 34d5e74
Expected behavior
Ghost keyboard shortcut hints should always be correct, even if commands have been rebound to non-default shortcuts.
Additional context
No response