mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-27 01:25:44 -05:00
Adds blame "references" (wip)
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
],
|
||||
"main": "./out/src/extension",
|
||||
"contributes": {
|
||||
"commands": [{
|
||||
"command": "git.codelen.showBlameHistory",
|
||||
"title": "Show Blame History",
|
||||
"category": "Git"
|
||||
}]
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "node ./node_modules/vscode/bin/compile",
|
||||
@@ -26,6 +31,7 @@
|
||||
"postinstall": "node ./node_modules/vscode/bin/install && tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"tmp": "^0.0.28"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^1.8.10",
|
||||
|
||||
Reference in New Issue
Block a user