We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.50.0
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
Line 133 in 34d5e74
Ghost keyboard shortcut hints should always be correct, even if commands have been rebound to non-default shortcuts.
No response
The text was updated successfully, but these errors were encountered:
BUGS-986 keyboard shortcut hints are hardcoded
Sorry, something went wrong.
Hey @aspiers
Thank you for reporting this issue to us. The team will have a look into it.
Happy programming
PriNova
No branches or pull requests
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
cody/vscode/src/commands/GhostHintDecorator.ts
Line 133 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
The text was updated successfully, but these errors were encountered: