File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -525,9 +525,6 @@ async function activateWithInstalledDistribution(
525525 ctx . subscriptions . push ( logScannerService ) ;
526526 ctx . subscriptions . push ( logScannerService . scanners . registerLogScannerProvider ( new JoinOrderScannerProvider ( ( ) => joinOrderWarningThreshold ( ) ) ) ) ;
527527
528- void logger . log ( 'Reading query history' ) ;
529- await qhm . readQueryHistory ( ) ;
530-
531528 void logger . log ( 'Initializing compare view.' ) ;
532529 const compareView = new CompareView (
533530 ctx ,
@@ -1229,6 +1226,9 @@ async function activateWithInstalledDistribution(
12291226
12301227 await commands . executeCommand ( 'codeQLDatabases.removeOrphanedDatabases' ) ;
12311228
1229+ void logger . log ( 'Reading query history' ) ;
1230+ await qhm . readQueryHistory ( ) ;
1231+
12321232 void logger . log ( 'Successfully finished extension initialization.' ) ;
12331233
12341234 return {
You can’t perform that action at this time.
0 commit comments