Skip to content

Commit 07ba537

Browse files
Make config field use camel-case
1 parent 8abde36 commit 07ba537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ export function getVariantAnalysisDefaultResultsSort(): SortKey {
624624
const ACTION_BRANCH = new Setting("actionBranch", VARIANT_ANALYSIS_SETTING);
625625

626626
export const VARIANT_ANALYSIS_ENABLE_GHEC_DR = new Setting(
627-
"enable_ghec_dr",
627+
"enableGhecDr",
628628
VARIANT_ANALYSIS_SETTING,
629629
);
630630

0 commit comments

Comments
 (0)