You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-17 07:50:09 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user