Skip to content

Commit 68f6ae8

Browse files
committed
Updates dependencies
1 parent 53c6918 commit 68f6ae8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,14 +308,14 @@
308308
"gitlens.showBlameHistory",
309309
"gitlens.showFileHistory",
310310
"gitlens.diffWithPrevious",
311-
"gitlens.diffWithWorking",
311+
"gitlens.diffWithWorking",
312312
"gitlens.toggleCodeLens",
313313
"gitlens.showQuickCommitDetails",
314314
"gitlens.showQuickCommitFileDetails",
315315
"gitlens.showQuickFileHistory",
316316
"gitlens.showQuickRepoHistory"
317317
],
318-
"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"
318+
"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"
319319
},
320320
"gitlens.statusBar.date": {
321321
"type": "string",
@@ -901,7 +901,7 @@
901901
"vscode:prepublish": "npm install && npm run compile"
902902
},
903903
"dependencies": {
904-
"applicationinsights": "0.20.0",
904+
"applicationinsights": "0.20.1",
905905
"copy-paste": "1.3.0",
906906
"iconv-lite": "0.4.17",
907907
"ignore": "3.3.3",

0 commit comments

Comments
 (0)