We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc25dfb commit f306b1aCopy full SHA for f306b1a
docs/page/main-features.md
@@ -39,8 +39,8 @@ To see all error statistics in the modeline you can enable `lsp-modeline-diagnos
39
40
```elisp
41
(with-eval-after-load 'lsp-mode
42
- ;; :project/:workspace/:file
43
- (setq lsp-modeline-diagnostics-scope :project))
+ ;; :global/:workspace/:file
+ (setq lsp-modeline-diagnostics-scope :workspace))
44
```
45
46
_Tip:_ To find out the global errors you might use `lsp-treemacs-errors-list`.
0 commit comments