removing extension surfacing

pull/233110/head
Aiday Marlen Kyzy 2025-01-08 15:59:58 +01:00
parent 35b214af60
commit 295a526234
No known key found for this signature in database
GPG Key ID: D55A35EAC79FDA9A
2 changed files with 0 additions and 7 deletions

View File

@ -513,7 +513,6 @@ export namespace ThemableDecorationRenderOptions {
borderSpacing: options.borderSpacing,
borderStyle: options.borderStyle,
borderWidth: options.borderWidth,
lineHeight: options.lineHeight,
fontStyle: options.fontStyle,
fontWeight: options.fontWeight,
textDecoration: options.textDecoration,
@ -568,7 +567,6 @@ export namespace DecorationRenderOptions {
borderSpacing: options.borderSpacing,
borderStyle: options.borderStyle,
borderWidth: options.borderWidth,
lineHeight: options.lineHeight,
fontStyle: options.fontStyle,
fontWeight: options.fontWeight,
textDecoration: options.textDecoration,

View File

@ -1029,11 +1029,6 @@ declare module 'vscode' {
*/
borderWidth?: string;
/**
* Line height
*/
lineHeight?: number;
/**
* CSS styling property that will be applied to text enclosed by a decoration.
*/