Skip to content

Commit 22d8675

Browse files
committed
Review
1 parent 1c17cf1 commit 22d8675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Packages/com.unity.ide.visualstudio/Editor/VisualStudioCodeInstallation.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ public static IEnumerable<IVisualStudioInstallation> GetVisualStudioInstallation
147147
candidates.Add(IOPath.Combine(basePath, "Microsoft VS Code", "Code.exe"));
148148
candidates.Add(IOPath.Combine(basePath, "Microsoft VS Code Insiders", "Code - Insiders.exe"));
149149
}
150-
} else if (VisualStudioEditor.IsOSX)
150+
}
151+
else if (VisualStudioEditor.IsOSX)
151152
{
152153
var appPath = IOPath.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles));
153154
candidates.AddRange(Directory.EnumerateDirectories(appPath, "Visual Studio Code*.app"));

0 commit comments

Comments
 (0)