Add befor/after decorations

This commit is contained in:
Martin Aeschlimann
2016-06-03 08:48:28 +02:00
parent afbe654bdd
commit c989011128
12 changed files with 567 additions and 92 deletions

View File

@@ -241,7 +241,7 @@ export class MainThreadTextEditor {
}
}
public setDecorations(key: string, ranges:EditorCommon.IRangeWithMessage[]): void {
public setDecorations(key: string, ranges:EditorCommon.IDecorationOptions[]): void {
if (!this._codeEditor) {
console.warn('setDecorations on invisible editor');
return;