This commit is contained in:
Sheng Chen 2023-08-02 12:34:18 +08:00
Родитель 6815ddc7e4
Коммит a28aa569a2
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -228,10 +228,8 @@ public class GradleBuildServerProjectImporter extends AbstractProjectImporter {
return false;
}
if ("true".equalsIgnoreCase(bspImporterEnabled)) {
if ("on".equalsIgnoreCase(bspImporterEnabled)) {
return true;
} else if ("false".equalsIgnoreCase(bspImporterEnabled)) {
return false;
} else if ("auto".equalsIgnoreCase(bspImporterEnabled)){
// Rely on the workspace storage path to determine if the client is VSCode Insiders.
// This may not always true if user changes the storage path manually, but should