neoclide / coc-java

Java extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error choosing `show errors` action on workspace import

asmodeus812 opened this issue · comments

If we execute workspace.clean, and there are errors in the project, we are asked to see the errors, when i select show errors, i get the following error

image

[coc.nvim]: UnhandledRejection: Command: workbench.panel.markers.view.focus not found
Error: Command: workbench.panel.markers.view.focus not found
    at CommandManager.executeCommand (/home/asmodeus/.local/share/nvim/lazy/coc.nvim/build/index.js:27975:17)
    at showImportFinishNotification (/home/asmodeus/.config/coc/extensions/node_modules/coc-java/lib/index.js:29227:29)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
``

same error
Windows 11
jdk 17 (autoinstalled jre from npm (why?))