We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04b3bf commit 3464cd0Copy full SHA for 3464cd0
extensions/ql-vscode/src/databases.ts
@@ -657,7 +657,7 @@ export class DatabaseManager extends DisposableObject {
657
}
658
659
const answer = await showBinaryChoiceDialog(
660
- `We've noticed you don't have a QL pack downloaded to analyze this database. Can we set up a query pack for you?`,
+ `We've noticed you don't have a CodeQL pack available to analyze this database. Can we set up a query pack for you?`,
661
);
662
663
if (!answer) {
0 commit comments