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
Fix showing of raw evaluator log for cancelled items
This will ensure that when "Show Evaluator Log (Raw JSON)" is used on a
cancelled query history item, we will still show it if it exists. This
changes the error messages on other cases to be more specific.
@@ -781,27 +763,32 @@ export class QueryHistoryManager extends DisposableObject {
781
763
);
782
764
}
783
765
784
-
privatewarnInProgressEvalLogSummary(){
785
-
voidshowAndLogWarningMessage(
786
-
this.app.logger,
787
-
'The evaluator log summary is still being generated for this run. Please try again later. The summary generation process is tracked in the "CodeQL Extension Log" view.',
// If raw log does exist, then the summary log is still being generated.
773
+
voidshowAndLogWarningMessage(
774
+
this.app.logger,
775
+
'The evaluator log summary is still being generated for this run. Please try again later. The summary generation process is tracked in the "CodeQL Extension Log" view.',
0 commit comments