From ef2d51be2c9c33c3e9c10d74f2efb8adf6f3e109 Mon Sep 17 00:00:00 2001 From: cou Date: Mon, 1 Jul 2024 00:26:45 +0900 Subject: [PATCH 1/3] add cursor workspaces plugin --- plugins.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/plugins.json b/plugins.json index bfba3f508..f6acac6c4 100644 --- a/plugins.json +++ b/plugins.json @@ -2392,5 +2392,19 @@ "Tested": true, "DateAdded": "2024-06-26T07:56:06Z", "LatestReleaseDate": "2024-06-26T00:33:11Z" + }, + { + "ID": "435b5226a00840cebfbdb54dacd26e9d", + "Name": "Cursor Workspaces", + "Decription": "Opens workspaces, remote machines (SSH or Codespaces) and containers, previously opened in Cursor.", + "Author": "cou723", + "Version": "1.0.0", + "Language": "csharp", + "Website": "https://github.com/cou723/Flow.Plugin.CursorWorkspace", + "ExecuteFileName": "Flow.Plugin.CursorWorkspaces.dll", + "UrlDownload": "https://github.com/cou723/Flow.Plugin.CursorWorkspace", + "UrlSourceCode": "https://github.com/cou723/Flow.Plugin.CursorWorkspace", + "IcoPath": "Images\\code-light.png", + "ActionKeyword": "cu" } ] \ No newline at end of file From e7efe0ef520336f292be709090d45f8c8525cd4a Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 6 Jul 2024 20:15:11 +1000 Subject: [PATCH 2/3] A update to new structure --- ... Workspaces-435b5226a00840cebfbdb54dacd26e9d.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/Cursor Workspaces-435b5226a00840cebfbdb54dacd26e9d.json diff --git a/plugins/Cursor Workspaces-435b5226a00840cebfbdb54dacd26e9d.json b/plugins/Cursor Workspaces-435b5226a00840cebfbdb54dacd26e9d.json new file mode 100644 index 000000000..c79b32b34 --- /dev/null +++ b/plugins/Cursor Workspaces-435b5226a00840cebfbdb54dacd26e9d.json @@ -0,0 +1,12 @@ +{ + "ID": "435b5226a00840cebfbdb54dacd26e9d", + "Name": "Cursor Workspaces", + "Decription": "Opens workspaces, remote machines (SSH or Codespaces) and containers, previously opened in Cursor.", + "Author": "cou723", + "Version": "1.0.0", + "Language": "csharp", + "Website": "https://github.com/cou723/Flow.Plugin.CursorWorkspace", + "UrlDownload": "https://github.com/cou723/Flow.Plugin.CursorWorkspace", + "UrlSourceCode": "https://github.com/cou723/Flow.Plugin.CursorWorkspace", + "IcoPath": "https://cdn.jsdelivr.net/gh/cou723/Flow.Plugin.CursorWorkspace/Images/code-light.png" +} From b51565d78f68522070f7fac58ef68e716588a4e7 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 6 Jul 2024 20:16:26 +1000 Subject: [PATCH 3/3] Update plugins.json --- plugins.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/plugins.json b/plugins.json index 062043ac8..d85fb937a 100644 --- a/plugins.json +++ b/plugins.json @@ -2392,19 +2392,5 @@ "Tested": true, "DateAdded": "2024-06-26T07:56:06Z", "LatestReleaseDate": "2024-06-26T00:33:11Z" - }, - { - "ID": "435b5226a00840cebfbdb54dacd26e9d", - "Name": "Cursor Workspaces", - "Decription": "Opens workspaces, remote machines (SSH or Codespaces) and containers, previously opened in Cursor.", - "Author": "cou723", - "Version": "1.0.0", - "Language": "csharp", - "Website": "https://github.com/cou723/Flow.Plugin.CursorWorkspace", - "ExecuteFileName": "Flow.Plugin.CursorWorkspaces.dll", - "UrlDownload": "https://github.com/cou723/Flow.Plugin.CursorWorkspace", - "UrlSourceCode": "https://github.com/cou723/Flow.Plugin.CursorWorkspace", - "IcoPath": "Images\\code-light.png", - "ActionKeyword": "cu" } ]