Sfoglia il codice sorgente

Changes insiders name to just GitLens (Insiders)

main
Eric Amodio 4 anni fa
parent
commit
bcaa8d3076
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      scripts/applyPatchForInsiders.js

+ 1
- 1
scripts/applyPatchForInsiders.js Vedi File

@ -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',

Caricamento…
Annulla
Salva