You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-14 14:20:09 +00:00
Fix linux path
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Microsoft.Unity.VisualStudio.Editor
|
||||
#if UNITY_EDITOR_OSX
|
||||
cursorStoragePath = Path.Combine(userProfile, "Library", "Application Support", "cursor", "User", "workspaceStorage");
|
||||
#elif UNITY_EDITOR_LINUX
|
||||
cursorStoragePath = Path.Combine(userProfile, ".config", "cursor", "User", "workspaceStorage");
|
||||
cursorStoragePath = Path.Combine(userProfile, ".config", "Cursor", "User", "workspaceStorage");
|
||||
#else
|
||||
cursorStoragePath = Path.Combine(userProfile, "AppData", "Roaming", "cursor", "User", "workspaceStorage");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user