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`).
This commit is contained in:
Elena Tanasoiu
2023-04-27 12:24:26 +00:00
parent c71a83b9c7
commit d242117240

View File

@@ -637,8 +637,9 @@ export async function setQlPackLocation(folder: string | undefined) {
}
/**
* Option to turn on/off ability to autogenerate QL packs. Values are "Yes" / "No" / "Never ask again"
* Option to turn on/off ability to autogenerate QL packs. The options are "ask", "yes", "never"
**/
const AUTOGENERATE_QL_PACKS = new Setting(
"autogenerateQlPacks",
new Setting("createQuery", ROOT_SETTING),