Skip to content

Commit 93a4692

Browse files
committed
adding release notes for variable heights
1 parent 295d3c6 commit 93a4692

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:9f0272fbcf37c4262f16e4801d94082c34170b59ded359db6f6c85e9ae1db86c
3+
size 716972

release-notes/v1_100.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@ When in [agent mode](vscode://GitHub.Copilot-Chat/chat?mode=agent), tool invocat
134134

135135
`setting(accessibility.signals.save.sound)` now has its own distinct sound and no longer shares audio with `setting(accessibility.signals.terminalCommandSucceeded.sound)`.
136136

137+
## Editor
138+
139+
### Variable line heights
140+
141+
It is now possible to define variable line heights on a monaco editor by setting the line height value in the `IModelDecorationOptions` type. If two line heights are set on a line, the maximum of the two will be used on the line. Please note that for simplicity for now, the line height is set only on the first line of the corresponding decoration range. In the following screen recording, lines 24 and 32 are rendered with a larger line height than the default line height.
142+
143+
<video src="images/1_100/variable-line-heights.mp4" title="Variable line heights" autoplay loop controls muted></video>
144+
137145
## Workbench
138146

139147
### Floating windows compact and always-on-top mode

0 commit comments

Comments
 (0)