Skip to content

Commit

Permalink
Enable diagnostics by default
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Feb 21, 2024
1 parent e7dc430 commit 524c94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solargraph/language_server/host.rb
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def default_configuration
'rename' => true,
'references' => true,
'autoformat' => false,
'diagnostics' => false,
'diagnostics' => true,
'formatting' => false,
'folding' => true,
'highlights' => true,
Expand Down

0 comments on commit 524c94e

Please sign in to comment.