emacs-lsp / lsp-treemacs

lsp-mode :heart: treemacs
GNU General Public License v3.0
396 stars 46 forks source link

Add option to show current project errors only #104

Closed ericdallo closed 3 years ago

ericdallo commented 3 years ago

With this, if user is in an LSP managed buffer, lsp-treemacs-error-list will show only the current project errors instead of all available workspaces: image

But if user is not in a LSP managed buffer we keep showing all workspaces errors: image

This behavior can be disabled with lsp-treemacs-error-list-current-project-only, but IMO this is the best UX for community

ericdallo commented 3 years ago

Ping @yyoncho

jcs090218 commented 3 years ago

This is neat! Thanks! :)

jcs090218 commented 3 years ago

Ah, I just realized I don't the permission in this repository.

@yyoncho Can you give me the permission so I can review and Re-run jobs (for CI)? Thanks!