Skip to content

Commit 9c353ff

Browse files
authored
Merge pull request #8424 from microsoft/retired-elk
Remove line height section from release notes
2 parents 5540193 + 653b357 commit 9c353ff

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

release-notes/v1_100.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -390,16 +390,6 @@ You can now generate or update existing alt text in HTML and Markdown files. Nav
390390

391391
![Screenshot that shows generating alt text for an image html element.](images/1_100/generate-alt-text.png)
392392

393-
### Variable line heights
394-
395-
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 is used on the line.
396-
397-
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 one.
398-
399-
<video src="images/1_100/variable-line-heights.mp4" title="Video that shows variable line heights in the editor." autoplay loop controls muted></video>
400-
401-
This work is not yet available to extensions, but will roll out after some more testing.
402-
403393
## Notebooks
404394

405395
### Find and replace history persistence

0 commit comments

Comments
 (0)