chore: removed user text on file

This commit is contained in:
frelodev 2024-10-02 15:18:08 +02:00
parent 05a7638761
commit f4e0758fb9

View file

@ -79,7 +79,6 @@ export class UserDecoration {
borderStyle: 'solid', borderStyle: 'solid',
borderColor: this.color, borderColor: this.color,
backgroundColor: this.color + '44', // add alpha backgroundColor: this.color + '44', // add alpha
after: { contentText: event.user, margin: "1px", color: colors[2], },
border: "1px", border: "1px",
//isWholeLine: true //isWholeLine: true
overviewRulerLane: vscode.OverviewRulerLane.Right, overviewRulerLane: vscode.OverviewRulerLane.Right,