ソースを参照

Changes insiders name to just GitLens (Insiders)

main
Eric Amodio 4年前
コミット
bcaa8d3076
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      scripts/applyPatchForInsiders.js

+ 1
- 1
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',

読み込み中…
キャンセル
保存