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
voidshowAndLogErrorMessage(`Missing file: '${repositoriesFile}' to specify the repositories to run against.`);
31
+
voidshowAndLogErrorMessage(`Missing file: '${repositoriesFile}' to specify the repositories to run against. This file must be a sibling of ${queryFile}.`);
27
32
return;
28
33
}
29
34
@@ -33,16 +38,11 @@ export default async function runRemoteQuery(credentials: Credentials, uri?: Uri
0 commit comments