From bcaa8d3076b9878cb4e61909f6d21d26a1c06f67 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 10 Dec 2020 02:13:46 -0500 Subject: [PATCH] Changes insiders name to just GitLens (Insiders) --- scripts/applyPatchForInsiders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/applyPatchForInsiders.js b/scripts/applyPatchForInsiders.js index 1dc11b9..333cd87 100644 --- a/scripts/applyPatchForInsiders.js +++ b/scripts/applyPatchForInsiders.js @@ -15,7 +15,7 @@ let json = require('../package.json'); json = JSON.stringify({ ...json, name: `${json.name}-insiders`, - displayName: `${json.displayName} (Insiders)`, + displayName: 'GitLens (Insiders)', version: `${String(date.getFullYear())}.${date.getMonth() + 1}.${date.getDate()}${String(date.getHours()).padStart( 2, '0',