Skip to content

Commit

Permalink
Remove release notes for microsoft/vscode#216824
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Jul 30, 2024
1 parent 0111d0e commit f62ecc1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions release-notes/v1_92.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ Previously, dragging and dropping a file into the explorer would also automatica

## Editor

### Improved handling of editor height changes

Previously, when the editor height changed, for example when a CodeLense is added, the editor would try to keep the topmost line at the same position. This could result in unexpected jumping of the editor, especially the line where the cursor is.

Now, when the cursor is in the view port, the editor tries to keep the line where the cursor is positioned stable, instead of the topmost line. This update reduces the editor jumping in various cases, for example when using Go to Definition.

### Lightbulb control improvements

At times, the lightbulb control might block code in the editor. To address this, we introduced an improved heuristic for the lightbulb control, which displays the lightbulb in the gutter when there is no space, instead of blocking code in the editor.
Expand Down

0 comments on commit f62ecc1

Please sign in to comment.