Skip to content

Commit 44d33d6

Browse files
committed
Merge branch 'asgerf/compare-perf-view' of github.com:asgerf/vscode-codeql into asgerf/compare-perf-view
2 parents 08bffab + 2293cc3 commit 44d33d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/log-insights/log-scanner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export async function scanLog<T extends EvaluationLogScanner>(
126126
progress?: ProgressCallback,
127127
): Promise<T> {
128128
progress?.({
129-
// XXX all scans have step 1 - the backing progress tracker allows increments instead of steps - but for now we are happy with a tiny UI that says what is happening
129+
// all scans have step 1 - the backing progress tracker allows increments instead of steps - but for now we are happy with a tiny UI that says what is happening
130130
message: `Scanning ...`,
131131
step: 1,
132132
maxStep: 2,

0 commit comments

Comments
 (0)