VSCodeVim / VSCodeVim/Vim

Failed to handle key=i. Running the contributed command: 'java.action.navigateToSuperImplementation' failed.

Open
#7,071 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.