mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-21 23:14:49 +01:00
chore: removed user text on file
This commit is contained in:
parent
05a7638761
commit
f4e0758fb9
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ export class UserDecoration {
|
|||
borderStyle: 'solid',
|
||||
borderColor: this.color,
|
||||
backgroundColor: this.color + '44', // add alpha
|
||||
after: { contentText: event.user, margin: "1px", color: colors[2], },
|
||||
border: "1px",
|
||||
//isWholeLine: true
|
||||
overviewRulerLane: vscode.OverviewRulerLane.Right,
|
||||
|
|
Loading…
Reference in a new issue