com.unity.ide.visualstudio@2.0.15

## [2.0.15] - 2022-03-21

Integration:

- Improved project generation performance.
- Added support for keeping file/folder structure when working with external packages.
- Fixed project generation not being refreshed when selecting Visual Studio as the preferred external editor.
This commit is contained in:
Unity Technologies
2022-03-21 00:00:00 +00:00
parent fa2de33e64
commit b132c03a8a
7 changed files with 76 additions and 48 deletions

View File

@@ -39,7 +39,7 @@ namespace Microsoft.Unity.VisualStudio.Editor
return path.Replace(string.Concat(WinSeparator, WinSeparator), WinSeparator.ToString());
}
public static string NormalizeWindowsToUnix(string path)
public static string NormalizeWindowsToUnix(this string path)
{
if (string.IsNullOrEmpty(path))
return path;