We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8843f commit a72b22cCopy full SHA for a72b22c
extensions/ql-vscode/src/run-queries.ts
@@ -337,7 +337,7 @@ async function determineSelectedQuery(selectedResourceUri: vscode.Uri | undefine
337
const queryPath = queryUri.fsPath || '';
338
339
if (!queryPath.endsWith('.ql')) {
340
- throw new Error('The selected resource is not a QL file.');
+ throw new Error('The selected resource is not a CodeQL query file; It should have the extension ".ql".');
341
}
342
343
// Whether we chose the file from the active editor or from a context menu,
0 commit comments