From 68f6ae8f3aa3fb633dc1968a21a453544ae923e7 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 27 May 2017 04:31:15 -0400 Subject: [PATCH] Updates dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 56225fd..7152a0b 100644 --- a/package.json +++ b/package.json @@ -308,14 +308,14 @@ "gitlens.showBlameHistory", "gitlens.showFileHistory", "gitlens.diffWithPrevious", - "gitlens.diffWithWorking", + "gitlens.diffWithWorking", "gitlens.toggleCodeLens", "gitlens.showQuickCommitDetails", "gitlens.showQuickCommitFileDetails", "gitlens.showQuickFileHistory", "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": { "type": "string", @@ -901,7 +901,7 @@ "vscode:prepublish": "npm install && npm run compile" }, "dependencies": { - "applicationinsights": "0.20.0", + "applicationinsights": "0.20.1", "copy-paste": "1.3.0", "iconv-lite": "0.4.17", "ignore": "3.3.3",