We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63add84 commit 397aa2bCopy full SHA for 397aa2b
1 file changed
extensions/ql-vscode/src/databases.ts
@@ -652,7 +652,7 @@ export class DatabaseManager extends DisposableObject {
652
}
653
654
await showBinaryChoiceDialog(
655
- "We've noticed you don't have QL packs downloaded to analyze this database. Can we set it up for you?",
+ `We've noticed you don't have a QL pack downloaded to analyze this database. Can we set up a ${databaseItem.language} query pack for you`,
656
);
657
658
0 commit comments