You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-20 17:50:07 +00:00
chore: remove too verbose log
This commit is contained in:
@@ -135,8 +135,6 @@ namespace Microsoft.Unity.VisualStudio.Editor
|
|||||||
cursorStoragePath = Path.Combine(userProfile, "AppData", "Roaming", "cursor", "User", "workspaceStorage");
|
cursorStoragePath = Path.Combine(userProfile, "AppData", "Roaming", "cursor", "User", "workspaceStorage");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Debug.Log($"[Cursor] Looking for workspaces in: {cursorStoragePath}");
|
|
||||||
|
|
||||||
if (Directory.Exists(cursorStoragePath))
|
if (Directory.Exists(cursorStoragePath))
|
||||||
{
|
{
|
||||||
foreach (var workspaceDir in Directory.GetDirectories(cursorStoragePath))
|
foreach (var workspaceDir in Directory.GetDirectories(cursorStoragePath))
|
||||||
|
|||||||
Reference in New Issue
Block a user