|
@ -4034,58 +4034,40 @@ |
|
|
"command": "gitlens.diffWithNext", |
|
|
"command": "gitlens.diffWithNext", |
|
|
"title": "Open Changes with Next Revision", |
|
|
"title": "Open Changes with Next Revision", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-next-commit.svg", |
|
|
|
|
|
"light": "images/light/icon-next-commit.svg" |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-next-commit)", |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/" |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.diffWithNextInDiffLeft", |
|
|
"command": "gitlens.diffWithNextInDiffLeft", |
|
|
"title": "Open Changes with Next Revision", |
|
|
"title": "Open Changes with Next Revision", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-next-commit.svg", |
|
|
|
|
|
"light": "images/light/icon-next-commit.svg" |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-next-commit)", |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/" |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.diffWithNextInDiffRight", |
|
|
"command": "gitlens.diffWithNextInDiffRight", |
|
|
"title": "Open Changes with Next Revision", |
|
|
"title": "Open Changes with Next Revision", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-next-commit.svg", |
|
|
|
|
|
"light": "images/light/icon-next-commit.svg" |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-next-commit)", |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/" |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.diffWithPrevious", |
|
|
"command": "gitlens.diffWithPrevious", |
|
|
"title": "Open Changes with Previous Revision", |
|
|
"title": "Open Changes with Previous Revision", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-prev-commit.svg", |
|
|
|
|
|
"light": "images/light/icon-prev-commit.svg" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-prev-commit)" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.diffWithPreviousInDiffLeft", |
|
|
"command": "gitlens.diffWithPreviousInDiffLeft", |
|
|
"title": "Open Changes with Previous Revision", |
|
|
"title": "Open Changes with Previous Revision", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-prev-commit.svg", |
|
|
|
|
|
"light": "images/light/icon-prev-commit.svg" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-prev-commit)" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.diffWithPreviousInDiffRight", |
|
|
"command": "gitlens.diffWithPreviousInDiffRight", |
|
|
"title": "Open Changes with Previous Revision", |
|
|
"title": "Open Changes with Previous Revision", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-prev-commit.svg", |
|
|
|
|
|
"light": "images/light/icon-prev-commit.svg" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-prev-commit)" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.diffLineWithPrevious", |
|
|
"command": "gitlens.diffLineWithPrevious", |
|
@ -4096,10 +4078,7 @@ |
|
|
"command": "gitlens.diffWithRevision", |
|
|
"command": "gitlens.diffWithRevision", |
|
|
"title": "Open Changes with Revision...", |
|
|
"title": "Open Changes with Revision...", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-prev-commit-menu.svg", |
|
|
|
|
|
"light": "images/light/icon-prev-commit-menu.svg" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-prev-commit-menu)" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.diffWithRevisionFrom", |
|
|
"command": "gitlens.diffWithRevisionFrom", |
|
@ -4110,28 +4089,19 @@ |
|
|
"command": "gitlens.diffWithWorking", |
|
|
"command": "gitlens.diffWithWorking", |
|
|
"title": "Open Changes with Working File", |
|
|
"title": "Open Changes with Working File", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-compare-ref-working.svg", |
|
|
|
|
|
"light": "images/light/icon-compare-ref-working.svg" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-compare-ref-working)" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.diffWithWorkingInDiffLeft", |
|
|
"command": "gitlens.diffWithWorkingInDiffLeft", |
|
|
"title": "Open Changes with Working File", |
|
|
"title": "Open Changes with Working File", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-compare-ref-working.svg", |
|
|
|
|
|
"light": "images/light/icon-compare-ref-working.svg" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-compare-ref-working)" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.diffWithWorkingInDiffRight", |
|
|
"command": "gitlens.diffWithWorkingInDiffRight", |
|
|
"title": "Open Changes with Working File", |
|
|
"title": "Open Changes with Working File", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-compare-ref-working.svg", |
|
|
|
|
|
"light": "images/light/icon-compare-ref-working.svg" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-compare-ref-working)" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.diffLineWithWorking", |
|
|
"command": "gitlens.diffLineWithWorking", |
|
@ -4373,30 +4343,21 @@ |
|
|
"command": "gitlens.showQuickRevisionDetails", |
|
|
"command": "gitlens.showQuickRevisionDetails", |
|
|
"title": "Show Revision Commit", |
|
|
"title": "Show Revision Commit", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-commit-horizontal.svg", |
|
|
|
|
|
"light": "images/light/icon-commit-horizontal.svg" |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-commit-horizontal)", |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.showQuickRevisionDetailsInDiffLeft", |
|
|
"command": "gitlens.showQuickRevisionDetailsInDiffLeft", |
|
|
"title": "Show Revision Commit", |
|
|
"title": "Show Revision Commit", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-commit-horizontal.svg", |
|
|
|
|
|
"light": "images/light/icon-commit-horizontal.svg" |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-commit-horizontal)", |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.showQuickRevisionDetailsInDiffRight", |
|
|
"command": "gitlens.showQuickRevisionDetailsInDiffRight", |
|
|
"title": "Show Revision Commit", |
|
|
"title": "Show Revision Commit", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-commit-horizontal.svg", |
|
|
|
|
|
"light": "images/light/icon-commit-horizontal.svg" |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-commit-horizontal)", |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
"enablement": "gitlens:activeFileStatus =~ /revision/ && resourceScheme != git" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -5016,10 +4977,7 @@ |
|
|
"command": "gitlens.views.openChangesWithWorking", |
|
|
"command": "gitlens.views.openChangesWithWorking", |
|
|
"title": "Open Changes with Working File", |
|
|
"title": "Open Changes with Working File", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-compare-ref-working.svg", |
|
|
|
|
|
"light": "images/light/icon-compare-ref-working.svg" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-compare-ref-working)" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.views.openPreviousChangesWithWorking", |
|
|
"command": "gitlens.views.openPreviousChangesWithWorking", |
|
@ -5111,10 +5069,7 @@ |
|
|
"command": "gitlens.views.compareWithWorking", |
|
|
"command": "gitlens.views.compareWithWorking", |
|
|
"title": "Compare with Working Tree", |
|
|
"title": "Compare with Working Tree", |
|
|
"category": "GitLens", |
|
|
"category": "GitLens", |
|
|
"icon": { |
|
|
|
|
|
"dark": "images/dark/icon-compare-ref-working.svg", |
|
|
|
|
|
"light": "images/light/icon-compare-ref-working.svg" |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
"icon": "$(gitlens-compare-ref-working)" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "gitlens.views.addAuthors", |
|
|
"command": "gitlens.views.addAuthors", |
|
@ -6162,6 +6117,50 @@ |
|
|
"category": "GitLens" |
|
|
"category": "GitLens" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
|
|
|
"icons": { |
|
|
|
|
|
"gitlens-commit-horizontal": { |
|
|
|
|
|
"description": "commit-horizontal icon", |
|
|
|
|
|
"default": { |
|
|
|
|
|
"fontPath": "dist/glicons.woff2", |
|
|
|
|
|
"fontCharacter": "\\f101" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"gitlens-graph": { |
|
|
|
|
|
"description": "graph icon", |
|
|
|
|
|
"default": { |
|
|
|
|
|
"fontPath": "dist/glicons.woff2", |
|
|
|
|
|
"fontCharacter": "\\f102" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"gitlens-next-commit": { |
|
|
|
|
|
"description": "next-commit icon", |
|
|
|
|
|
"default": { |
|
|
|
|
|
"fontPath": "dist/glicons.woff2", |
|
|
|
|
|
"fontCharacter": "\\f103" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"gitlens-prev-commit-menu": { |
|
|
|
|
|
"description": "prev-commit-menu icon", |
|
|
|
|
|
"default": { |
|
|
|
|
|
"fontPath": "dist/glicons.woff2", |
|
|
|
|
|
"fontCharacter": "\\f104" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"gitlens-prev-commit": { |
|
|
|
|
|
"description": "prev-commit icon", |
|
|
|
|
|
"default": { |
|
|
|
|
|
"fontPath": "dist/glicons.woff2", |
|
|
|
|
|
"fontCharacter": "\\f105" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"gitlens-compare-ref-working": { |
|
|
|
|
|
"description": "compare-ref-working icon", |
|
|
|
|
|
"default": { |
|
|
|
|
|
"fontPath": "dist/glicons.woff2", |
|
|
|
|
|
"fontCharacter": "\\f106" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
"menus": { |
|
|
"menus": { |
|
|
"commandPalette": [ |
|
|
"commandPalette": [ |
|
|
{ |
|
|
{ |
|
@ -11315,6 +11314,7 @@ |
|
|
"build": "webpack --mode development", |
|
|
"build": "webpack --mode development", |
|
|
"build:extension": "webpack --mode development --config-name extension", |
|
|
"build:extension": "webpack --mode development --config-name extension", |
|
|
"build:webviews": "webpack --mode development --config-name webviews", |
|
|
"build:webviews": "webpack --mode development --config-name webviews", |
|
|
|
|
|
"build:icons": "yarn icons:svgo && yarn fantasticon && yarn icons:apply", |
|
|
"build:tests": "tsc -p tsconfig.test.json && tsc-alias -p tsconfig.test.json", |
|
|
"build:tests": "tsc -p tsconfig.test.json && tsc-alias -p tsconfig.test.json", |
|
|
"-build:tests": "webpack -c webpack.config.test.js --mode development", |
|
|
"-build:tests": "webpack -c webpack.config.test.js --mode development", |
|
|
"bundle": "webpack --mode production", |
|
|
"bundle": "webpack --mode production", |
|
@ -11322,6 +11322,8 @@ |
|
|
"copy:images": "webpack --config webpack.config.images.js", |
|
|
"copy:images": "webpack --config webpack.config.images.js", |
|
|
"graph:link": "pushd \"../GitKrakenComponents\" && yarn link && popd && yarn link @gitkraken/gitkraken-components", |
|
|
"graph:link": "pushd \"../GitKrakenComponents\" && yarn link && popd && yarn link @gitkraken/gitkraken-components", |
|
|
"graph:unlink": "yarn unlink @gitkraken/gitkraken-components", |
|
|
"graph:unlink": "yarn unlink @gitkraken/gitkraken-components", |
|
|
|
|
|
"icons:apply": "node ./scripts/applyIconsContribution.js", |
|
|
|
|
|
"icons:svgo": "svgo -f ./images/icons/ --config svgo.config.js", |
|
|
"lint": "eslint \"src/**/*.ts?(x)\" --fix", |
|
|
"lint": "eslint \"src/**/*.ts?(x)\" --fix", |
|
|
"lint:webviews": "eslint \"src/webviews/apps/**/*.ts?(x)\" --fix", |
|
|
"lint:webviews": "eslint \"src/webviews/apps/**/*.ts?(x)\" --fix", |
|
|
"package": "vsce package --yarn", |
|
|
"package": "vsce package --yarn", |
|
@ -11399,6 +11401,8 @@ |
|
|
"eslint-plugin-anti-trojan-source": "1.1.0", |
|
|
"eslint-plugin-anti-trojan-source": "1.1.0", |
|
|
"eslint-plugin-import": "2.26.0", |
|
|
"eslint-plugin-import": "2.26.0", |
|
|
"eslint-plugin-lit": "1.6.1", |
|
|
"eslint-plugin-lit": "1.6.1", |
|
|
|
|
|
"fantasticon": "1.2.3", |
|
|
|
|
|
"fantasticon-webpack-plugin ": "1.2.3", |
|
|
"fork-ts-checker-webpack-plugin": "6.5.2", |
|
|
"fork-ts-checker-webpack-plugin": "6.5.2", |
|
|
"glob": "8.0.3", |
|
|
"glob": "8.0.3", |
|
|
"html-loader": "4.1.0", |
|
|
"html-loader": "4.1.0", |
|
@ -11411,6 +11415,7 @@ |
|
|
"prettier": "2.7.1", |
|
|
"prettier": "2.7.1", |
|
|
"sass": "1.54.4", |
|
|
"sass": "1.54.4", |
|
|
"sass-loader": "13.0.2", |
|
|
"sass-loader": "13.0.2", |
|
|
|
|
|
"svgo": "2.8.0", |
|
|
"terser-webpack-plugin": "5.3.4", |
|
|
"terser-webpack-plugin": "5.3.4", |
|
|
"ts-loader": "9.3.1", |
|
|
"ts-loader": "9.3.1", |
|
|
"tsc-alias": "1.7.0", |
|
|
"tsc-alias": "1.7.0", |
|
|