Failed to handle key=i. Running the contributed command: 'java.action.navigateToSuperImplementation' failed.
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
To Reproduce
Steps to reproduce the behavior:
extensions Language Support for Java(TM) by Red Hat provider command java.action.navigateToSuperImplementation
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": [
"<leader>",
"g",
"s",
"i"
],
"commands": [
"java.action.navigateToSuperImplementation"
]
}
]
VSCodeVim version: 1.21.7
when i press <leader>+ gsi will trigger a error
Error: Running the contributed command: 'java.action.navigateToSuperImplementation' failed.
at _executeContributedCommand (/root/.vscode-server/bin/3866c3553be8b268c8a7f8c0482c0c0177aa8bfa/out/vs/server/remoteExtensionHostProcess.js:85:109411)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with the shown vim.normalModeKeyBindingsNonRecursive mapping and the java.action.navigateToSuperImplementation command from Language Support for Java. Trace how VSCodeVim invokes contributed commands, then verify that the mapping runs the Java command successfully without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100