removing extension surfacing
parent
35b214af60
commit
295a526234
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue