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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user