make sure we configure on open correctly (#591)

This commit is contained in:
Garrett Campbell 2024-04-30 16:20:19 -04:00 коммит произвёл GitHub
Родитель 4d19048903
Коммит 8d52765a8f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -822,13 +822,13 @@ export async function activate(
});
shouldConfigure = chosen.doConfigure;
if (shouldConfigure === true) {
// We've opened a new workspace folder, and the user wants us to configure it now.
await make.cleanConfigure(make.TriggeredBy.cleanConfigureOnOpen);
}
}
}
if (shouldConfigure === true) {
// We've opened a new workspace folder, and the user wants us to configure it now.
await make.cleanConfigure(make.TriggeredBy.cleanConfigureOnOpen);
}
}
// Analyze settings for type validation and telemetry