Commits
Click on a commit to change the comparison rangefix(language_server): don't clear diagnostics on save in onType mode
When lint.run="onType" and type_aware=false, saving would clear all diagnostics.
Now returns None instead of empty Vec to preserve existing diagnostics.2 months ago
by yongsk0066