File tree 1 file changed +4
-20
lines changed
1 file changed +4
-20
lines changed Original file line number Diff line number Diff line change 3203
3203
"git.blame.editorDecoration.enabled" : {
3204
3204
"type" : " boolean" ,
3205
3205
"default" : false ,
3206
- "markdownDescription" : " %config.blameEditorDecoration.enabled%" ,
3207
- "scope" : " resource" ,
3208
- "tags" : [
3209
- " experimental"
3210
- ]
3206
+ "markdownDescription" : " %config.blameEditorDecoration.enabled%"
3211
3207
},
3212
3208
"git.blame.editorDecoration.template" : {
3213
3209
"type" : " string" ,
3214
3210
"default" : " ${subject}, ${authorName} (${authorDateAgo})" ,
3215
- "markdownDescription" : " %config.blameEditorDecoration.template%" ,
3216
- "scope" : " resource" ,
3217
- "tags" : [
3218
- " experimental"
3219
- ]
3211
+ "markdownDescription" : " %config.blameEditorDecoration.template%"
3220
3212
},
3221
3213
"git.blame.statusBarItem.enabled" : {
3222
3214
"type" : " boolean" ,
3223
3215
"default" : false ,
3224
- "markdownDescription" : " %config.blameStatusBarItem.enabled%" ,
3225
- "scope" : " resource" ,
3226
- "tags" : [
3227
- " experimental"
3228
- ]
3216
+ "markdownDescription" : " %config.blameStatusBarItem.enabled%"
3229
3217
},
3230
3218
"git.blame.statusBarItem.template" : {
3231
3219
"type" : " string" ,
3232
3220
"default" : " ${authorName} (${authorDateAgo})" ,
3233
- "markdownDescription" : " %config.blameStatusBarItem.template%" ,
3234
- "scope" : " resource" ,
3235
- "tags" : [
3236
- " experimental"
3237
- ]
3221
+ "markdownDescription" : " %config.blameStatusBarItem.template%"
3238
3222
}
3239
3223
}
3240
3224
},
You can’t perform that action at this time.
0 commit comments