You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"markdownDescription": "(Experimental) Specifies whether to open multiple changes in VS Code's experimental multi-diff editor (single tab) or in individual diff editors (multiple tabs)",
"markdownDescription": "(Experimental) Specifies whether file annotations are allowed on dirty files. Use `#gitlens.advanced.blame.delayAfterEdit#` to control how long to wait before the annotation will refresh while still dirty",
4039
+
"scope": "window",
4040
+
"order": 20
4041
+
},
4042
+
"gitlens.experimental.nativeGit": {
4043
+
"type": [
4044
+
"boolean",
4045
+
"null"
4046
+
],
4047
+
"default": true,
4048
+
"markdownDescription": "(Experimental) Specifies whether to use Git directly for fetch/push/pull operation instead of relying on VS Code's built-in Git implementation",
4049
+
"scope": "window",
4050
+
"order": 30
4051
+
}
4052
+
}
4053
+
},
4010
4054
{
4011
4055
"id": "advanced",
4012
4056
"title": "Advanced",
@@ -4202,7 +4246,7 @@
4202
4246
"gitlens.advanced.blame.delayAfterEdit": {
4203
4247
"type": "number",
4204
4248
"default": 5000,
4205
-
"markdownDescription": "Specifies the time (in milliseconds) to wait before re-blaming an unsaved document after an edit. Use 0 to specify an infinite wait",
4249
+
"markdownDescription": "Specifies the time (in milliseconds) to wait before re-blaming an unsaved document after an edit but before it is saved. Use 0 to specify an infinite wait",
4206
4250
"scope": "window",
4207
4251
"order": 42
4208
4252
},
@@ -4288,42 +4332,12 @@
4288
4332
"scope": "window",
4289
4333
"order": 110
4290
4334
},
4291
-
"gitlens.experimental.nativeGit": {
4292
-
"type": [
4293
-
"boolean",
4294
-
"null"
4295
-
],
4296
-
"default": true,
4297
-
"markdownDescription": "(Experimental) Specifies whether to use Git directly for fetch/push/pull operation instead of relying on VS Code's built-in Git implementation",
"markdownDescription": "(Experimental) Specifies whether to open multiple changes in VS Code's experimental multi-diff editor (single tab) or in individual diff editors (multiple tabs)",
0 commit comments