You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
[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)
``
The text was updated successfully, but these errors were encountered:
asmodeus812
changed the title
Issue when importing and showing project errors
Error choosing show errors action on workspace import
Mar 22, 2024
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 errorThe text was updated successfully, but these errors were encountered: