Skip to content

Commit 92bae09

Browse files
authored
Git - update git blame settings (#237187)
1 parent ba56ac5 commit 92bae09

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

extensions/git/package.json

+4-20
Original file line numberDiff line numberDiff line change
@@ -3203,38 +3203,22 @@
32033203
"git.blame.editorDecoration.enabled": {
32043204
"type": "boolean",
32053205
"default": false,
3206-
"markdownDescription": "%config.blameEditorDecoration.enabled%",
3207-
"scope": "resource",
3208-
"tags": [
3209-
"experimental"
3210-
]
3206+
"markdownDescription": "%config.blameEditorDecoration.enabled%"
32113207
},
32123208
"git.blame.editorDecoration.template": {
32133209
"type": "string",
32143210
"default": "${subject}, ${authorName} (${authorDateAgo})",
3215-
"markdownDescription": "%config.blameEditorDecoration.template%",
3216-
"scope": "resource",
3217-
"tags": [
3218-
"experimental"
3219-
]
3211+
"markdownDescription": "%config.blameEditorDecoration.template%"
32203212
},
32213213
"git.blame.statusBarItem.enabled": {
32223214
"type": "boolean",
32233215
"default": false,
3224-
"markdownDescription": "%config.blameStatusBarItem.enabled%",
3225-
"scope": "resource",
3226-
"tags": [
3227-
"experimental"
3228-
]
3216+
"markdownDescription": "%config.blameStatusBarItem.enabled%"
32293217
},
32303218
"git.blame.statusBarItem.template": {
32313219
"type": "string",
32323220
"default": "${authorName} (${authorDateAgo})",
3233-
"markdownDescription": "%config.blameStatusBarItem.template%",
3234-
"scope": "resource",
3235-
"tags": [
3236-
"experimental"
3237-
]
3221+
"markdownDescription": "%config.blameStatusBarItem.template%"
32383222
}
32393223
}
32403224
},

0 commit comments

Comments
 (0)