mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-29 19:59:19 +01:00
afterInjectedText is not used, fyi @hediet
This commit is contained in:
@@ -339,7 +339,8 @@ export class DecorationTypeOptionsProvider implements IModelDecorationOptionsPro
|
||||
isWholeLine: this.isWholeLine,
|
||||
overviewRuler: this.overviewRuler,
|
||||
stickiness: this.stickiness,
|
||||
before: this.beforeInjectedText
|
||||
before: this.beforeInjectedText,
|
||||
after: this.afterInjectedText
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user