Skip to content

Commit e4700ed

Browse files
committed
Removes unused setting
1 parent de410f3 commit e4700ed

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,11 +2564,8 @@
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
},

src/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ export interface AdvancedConfig {
316316
};
317317
repositorySearchDepth: number;
318318
similarityThreshold: number | null;
319-
useSymmetricDifferenceNotation: boolean;
320319
}
321320

322321
export interface CodeLensConfig {

0 commit comments

Comments
 (0)