From f4e0758fb98f35c13017df43059f91b3e0a6eeb4 Mon Sep 17 00:00:00 2001 From: frelodev Date: Wed, 2 Oct 2024 15:18:08 +0200 Subject: [PATCH] chore: removed user text on file --- src/mapping.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mapping.ts b/src/mapping.ts index 93a04e1..e504e7c 100644 --- a/src/mapping.ts +++ b/src/mapping.ts @@ -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,