Merge branch 'asgerf/compare-perf-view' of github.com:asgerf/vscode-codeql into asgerf/compare-perf-view
This commit is contained in:
Коммит
44d33d6d31
|
@ -126,7 +126,7 @@ export async function scanLog<T extends EvaluationLogScanner>(
|
||||||
progress?: ProgressCallback,
|
progress?: ProgressCallback,
|
||||||
): Promise<T> {
|
): Promise<T> {
|
||||||
progress?.({
|
progress?.({
|
||||||
// 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
|
// 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
|
||||||
message: `Scanning ...`,
|
message: `Scanning ...`,
|
||||||
step: 1,
|
step: 1,
|
||||||
maxStep: 2,
|
maxStep: 2,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче