DS-2106: Restore confirmation OpenNewProject for DataSpell

Support multiple projects / workspaces

GitOrigin-RevId: a3397e9105b3c44016eada0e779ed088c01a0b68
This commit is contained in:
Andrey Vokin
2022-07-17 22:48:10 +02:00
committed by intellij-monorepo-bot
parent e6f6539791
commit 93fba88f4e

View File

@@ -56,7 +56,7 @@ public final class GeneralSettings implements PersistentStateComponent<GeneralSe
private boolean mySearchInBackground;
private boolean myConfirmExit = true;
private boolean myShowWelcomeScreen = true;
private int myConfirmOpenNewProject = PlatformUtils.isDataSpell() ? OPEN_PROJECT_SAME_WINDOW_ATTACH : OPEN_PROJECT_ASK;
private int myConfirmOpenNewProject = OPEN_PROJECT_ASK;
private ProcessCloseConfirmation myProcessCloseConfirmation = ProcessCloseConfirmation.ASK;
private String myDefaultProjectDirectory = "";