You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/src/model-editor/external-api-usage-queries.ts
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,9 +105,13 @@ export async function runExternalApiQueries(
105
105
mode,
106
106
[syntheticQueryPackName],
107
107
[queryDir],
108
-
false,
109
108
);
110
109
if(!queryPath){
110
+
voidshowAndLogExceptionWithTelemetry(
111
+
extLogger,
112
+
telemetryListener,
113
+
redactableError`The ${mode} model editor query could not be found. Try re-opening the model editor. If that doesn't work, try upgrading the CodeQL libraries.`,
0 commit comments