You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
+
## 3.20.0 `22 Jun 2024`
2
+
3
+
- ✨ Changed how `"errorLens.onSave"` works. Less erratic decoration updating
4
+
- ✨ New setting `"errorLens.onSaveUpdateOnActiveEditorChange"` to control whether or not to draw decorations on editor focus change (when `"errorLens.onSave"` enabled)
5
+
- ✨ New value for `"errorLens.statusBarMessageType"` setting: "activeCursor" => updates status bar for closest problem inside the active line
6
+
- 🐛 Fix `"errorLens.statusBarMessageType": "activeLine"` doesn't sort problems by severity
0 commit comments