Browse Source

Replace `--` with `—` in package.json

main
Andrei Korigodski 6 years ago
committed by Eric Amodio
parent
commit
4cb8b68986
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@ -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": {

Loading…
Cancel
Save