File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 25642564 "scope" : " window"
25652565 },
25662566 "gitlens.advanced.useSymmetricDifferenceNotation" : {
2567- "type" : " boolean" ,
2568- "default" : true ,
25692567 "deprecationMessage" : " Deprecated. This setting is no longer used" ,
2570- "markdownDescription" : " Deprecated. This setting is no longer used" ,
2571- "scope" : " window"
2568+ "markdownDescription" : " Deprecated. This setting is no longer used"
25722569 }
25732570 }
25742571 },
Original file line number Diff line number Diff line change @@ -316,7 +316,6 @@ export interface AdvancedConfig {
316316 } ;
317317 repositorySearchDepth : number ;
318318 similarityThreshold : number | null ;
319- useSymmetricDifferenceNotation : boolean ;
320319}
321320
322321export interface CodeLensConfig {
You can’t perform that action at this time.
0 commit comments