mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-22 07:24: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',
|
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,
|
||||||
|
|
Loading…
Reference in a new issue