Replies: 1 comment
-
@Leerv474 This is now possible following the merge of PR #730. Both M.compile and M.build_projects now accept a callback function, on_compile_result. In your case, you can pass a no-op (void) function to avoid opening the quickfix list: require('jdtls').compile("incremental", function (_) end)
-- OR
require('jdtls').compile("full", function (_) end) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want the quickfix list, but I hate it when it opens when I don't want to
Beta Was this translation helpful? Give feedback.
All reactions