We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecb503 commit a85d9d1Copy full SHA for a85d9d1
extensions/ql-vscode/src/config.ts
@@ -639,7 +639,7 @@ export async function setQlPackLocation(folder: string | undefined) {
639
}
640
641
/**
642
- * Option to turn on/off ability to autogenerate QL packs. The options are "ask" and "never"
+ * Whether to ask the user to autogenerate a QL pack. The options are "ask" and "never".
643
**/
644
const AUTOGENERATE_QL_PACKS = new Setting(
645
"autogenerateQlPacks",
0 commit comments