neoclide / coc-java

Java extension for coc.nvim
Eclipse Public License 1.0
449 stars 40 forks source link

Error choosing `show errors` action on workspace import #277

Open asmodeus812 opened 6 months ago

asmodeus812 commented 6 months ago

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)
``
xiran56 commented 3 months ago

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