diff --git a/Editor/VisualStudioCursorInstallation.cs b/Editor/VisualStudioCursorInstallation.cs index 3c230d7..e27f87c 100644 --- a/Editor/VisualStudioCursorInstallation.cs +++ b/Editor/VisualStudioCursorInstallation.cs @@ -587,7 +587,7 @@ namespace Microsoft.Unity.VisualStudio.Editor workspace ??= directory; directory = workspace; - if (EditorPrefs.GetBool(ReuseExistingWindowKey, true)) + if (EditorPrefs.GetBool(ReuseExistingWindowKey, false)) { var existingProcess = FindRunningCursorWithSolution(directory); if (existingProcess != null)