From 4cb8b689860c0448520198334354e81ac86a28b0 Mon Sep 17 00:00:00 2001 From: Andrei Korigodski Date: Mon, 16 Jul 2018 23:35:13 +0300 Subject: [PATCH] =?UTF-8?q?Replace=20`--`=20with=20`=E2=80=94`=20in=20pack?= =?UTF-8?q?age.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a6d658a..b151759 100644 --- a/package.json +++ b/package.json @@ -1198,7 +1198,7 @@ "gitlens.advanced.caching.enabled": { "type": "boolean", "default": true, - "description": "Specifies whether git output will be cached -- changing the default is not recommended", + "description": "Specifies whether git output will be cached — changing the default is not recommended", "scope": "window" }, "gitlens.advanced.git": { @@ -1210,7 +1210,7 @@ "gitlens.advanced.fileHistoryFollowsRenames": { "type": "boolean", "default": true, - "description": "Specifies whether file histories will follow renames -- will affect how merge commits are shown in histories", + "description": "Specifies whether file histories will follow renames — will affect how merge commits are shown in histories", "scope": "window" }, "gitlens.advanced.maxListItems": {