Skip to content

Commit d242117

Browse files
committed
Fix comment to list correct options
I initially started defining an enum, but I'm not able to import it in package.json, where the list of options is defined (under `codeQL.createQuery.autogenerateQlPacks`).
1 parent c71a83b commit d242117

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/ql-vscode/src/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,9 @@ export async function setQlPackLocation(folder: string | undefined) {
637637
}
638638

639639
/**
640-
* Option to turn on/off ability to autogenerate QL packs. Values are "Yes" / "No" / "Never ask again"
640+
* Option to turn on/off ability to autogenerate QL packs. The options are "ask", "yes", "never"
641641
**/
642+
642643
const AUTOGENERATE_QL_PACKS = new Setting(
643644
"autogenerateQlPacks",
644645
new Setting("createQuery", ROOT_SETTING),

0 commit comments

Comments
 (0)