mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 18:48:45 -05:00
Updates dependencies
This commit is contained in:
@@ -308,14 +308,14 @@
|
|||||||
"gitlens.showBlameHistory",
|
"gitlens.showBlameHistory",
|
||||||
"gitlens.showFileHistory",
|
"gitlens.showFileHistory",
|
||||||
"gitlens.diffWithPrevious",
|
"gitlens.diffWithPrevious",
|
||||||
"gitlens.diffWithWorking",
|
"gitlens.diffWithWorking",
|
||||||
"gitlens.toggleCodeLens",
|
"gitlens.toggleCodeLens",
|
||||||
"gitlens.showQuickCommitDetails",
|
"gitlens.showQuickCommitDetails",
|
||||||
"gitlens.showQuickCommitFileDetails",
|
"gitlens.showQuickCommitFileDetails",
|
||||||
"gitlens.showQuickFileHistory",
|
"gitlens.showQuickFileHistory",
|
||||||
"gitlens.showQuickRepoHistory"
|
"gitlens.showQuickRepoHistory"
|
||||||
],
|
],
|
||||||
"description": "Specifies the command executed when the blame status bar item is clicked. `gitlens.toggleBlame` - toggles blame annotations. `gitlens.showBlameHistory` - opens the blame history explorer. `gitlens.showFileHistory` - opens the file history explorer. `gitlens.diffWithPrevious` - compares the current line commit with the previous. `gitlens.diffWithWorking` - compares the current line commit with the working tree. `gitlens.toggleCodeLens` - toggles Git code lens. `gitlens.showQuickCommitDetails` - shows a commit details quick pick. `gitlens.showQuickCommitFileDetails` - shows a commit file details quick pick. `gitlens.showQuickFileHistory` - shows a file history quick pick. `gitlens.showQuickRepoHistory` - shows a branch history quick pick"
|
"description": "Specifies the command executed when the blame status bar item is clicked. `gitlens.toggleBlame` - toggles blame annotations. `gitlens.showBlameHistory` - opens the blame history explorer. `gitlens.showFileHistory` - opens the file history explorer. `gitlens.diffWithPrevious` - compares the current line commit with the previous. `gitlens.diffWithWorking` - compares the current line commit with the working tree. `gitlens.toggleCodeLens` - toggles Git code lens. `gitlens.showQuickCommitDetails` - shows a commit details quick pick. `gitlens.showQuickCommitFileDetails` - shows a commit file details quick pick. `gitlens.showQuickFileHistory` - shows a file history quick pick. `gitlens.showQuickRepoHistory` - shows a branch history quick pick"
|
||||||
},
|
},
|
||||||
"gitlens.statusBar.date": {
|
"gitlens.statusBar.date": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -901,7 +901,7 @@
|
|||||||
"vscode:prepublish": "npm install && npm run compile"
|
"vscode:prepublish": "npm install && npm run compile"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"applicationinsights": "0.20.0",
|
"applicationinsights": "0.20.1",
|
||||||
"copy-paste": "1.3.0",
|
"copy-paste": "1.3.0",
|
||||||
"iconv-lite": "0.4.17",
|
"iconv-lite": "0.4.17",
|
||||||
"ignore": "3.3.3",
|
"ignore": "3.3.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user