When I invoke lsp_goto_diagnostic I want to see diagnostics of my own code only, but currently it also shows all the diagnostics from external libraries within the project.
It seems folder_exclude_patterns in the sublime-project doesn't effect this feature either.
I want to be able to exclude a bunch of paths from diagnostics checking and listing.
When I invoke
lsp_goto_diagnosticI want to see diagnostics of my own code only, but currently it also shows all the diagnostics from external libraries within the project.It seems
folder_exclude_patternsin the sublime-project doesn't effect this feature either.I want to be able to exclude a bunch of paths from diagnostics checking and listing.