Added clarification for git gutter settings
This commit is contained in:
parent
c237075102
commit
01176e04b7
1 changed files with 4 additions and 3 deletions
|
@ -78,11 +78,12 @@
|
||||||
"git_gutter": {
|
"git_gutter": {
|
||||||
// Which files to show the git gutter on. This setting can take
|
// Which files to show the git gutter on. This setting can take
|
||||||
// three values:
|
// three values:
|
||||||
// 1. All files:
|
// 1. All files, files not tracked in git will be diffed against
|
||||||
|
// their contents when the file was last opened in Zed:
|
||||||
// "files_included": "all",
|
// "files_included": "all",
|
||||||
// 2. Only files tracked in git:
|
// 2. Only show for files tracked in git:
|
||||||
// "files_included": "only_tracked",
|
// "files_included": "only_tracked",
|
||||||
// 3. Disable git gutters:
|
// 3. Disable git gutters entirely:
|
||||||
// "files_included": "none",
|
// "files_included": "none",
|
||||||
"files_included": "all"
|
"files_included": "all"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue