feat(2.0.27): Add Multiple or Single Cursor Instance Options (#31)

* feat: Add Multiple or Single Cursor Instance Options

* chore: remove too verbose log
This commit is contained in:
boxqkrtm
2025-11-02 14:35:27 +09:00
committed by GitHub
parent 8c1a4ac3e0
commit 53e1baac3c
5 changed files with 163 additions and 81 deletions

View File

@@ -135,8 +135,6 @@ namespace Microsoft.Unity.VisualStudio.Editor
cursorStoragePath = Path.Combine(userProfile, "AppData", "Roaming", "cursor", "User", "workspaceStorage");
#endif
Debug.Log($"[Cursor] Looking for workspaces in: {cursorStoragePath}");
if (Directory.Exists(cursorStoragePath))
{
foreach (var workspaceDir in Directory.GetDirectories(cursorStoragePath))