Skip to content

Commit a85d9d1

Browse files
committed
Update comment
1 parent 9ecb503 commit a85d9d1

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
@@ -639,7 +639,7 @@ export async function setQlPackLocation(folder: string | undefined) {
639639
}
640640

641641
/**
642-
* Option to turn on/off ability to autogenerate QL packs. The options are "ask" and "never"
642+
* Whether to ask the user to autogenerate a QL pack. The options are "ask" and "never".
643643
**/
644644
const AUTOGENERATE_QL_PACKS = new Setting(
645645
"autogenerateQlPacks",

0 commit comments

Comments
 (0)