Skip to content

Commit bbf4a03

Browse files
Fix typo in config parameter name
1 parent f38eb48 commit bbf4a03

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
@@ -59,7 +59,7 @@ const PERSONAL_ACCESS_TOKEN_SETTING = new Setting('personalAccessToken', DISTRIB
5959
// Query History configuration
6060
const QUERY_HISTORY_SETTING = new Setting('queryHistory', ROOT_SETTING);
6161
const QUERY_HISTORY_FORMAT_SETTING = new Setting('format', QUERY_HISTORY_SETTING);
62-
const QUERY_HISTORY_TTL = new Setting('format', QUERY_HISTORY_SETTING);
62+
const QUERY_HISTORY_TTL = new Setting('ttl', QUERY_HISTORY_SETTING);
6363

6464
/** When these settings change, the distribution should be updated. */
6565
const DISTRIBUTION_CHANGE_SETTINGS = [CUSTOM_CODEQL_PATH_SETTING, INCLUDE_PRERELEASE_SETTING, PERSONAL_ACCESS_TOKEN_SETTING];

0 commit comments

Comments
 (0)