You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-21 02:27:08 +00:00
fix: change default value of ReuseExistingWindowKey to false
This commit is contained in:
@@ -587,7 +587,7 @@ namespace Microsoft.Unity.VisualStudio.Editor
|
|||||||
workspace ??= directory;
|
workspace ??= directory;
|
||||||
directory = workspace;
|
directory = workspace;
|
||||||
|
|
||||||
if (EditorPrefs.GetBool(ReuseExistingWindowKey, true))
|
if (EditorPrefs.GetBool(ReuseExistingWindowKey, false))
|
||||||
{
|
{
|
||||||
var existingProcess = FindRunningCursorWithSolution(directory);
|
var existingProcess = FindRunningCursorWithSolution(directory);
|
||||||
if (existingProcess != null)
|
if (existingProcess != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user