From 14bef0dd88ea493b0490120523f5c4820ec9706d Mon Sep 17 00:00:00 2001 From: Dane Schneider Date: Wed, 2 Oct 2024 07:43:56 -0700 Subject: [PATCH] cursor workspace --- plandex-cursor.code-workspace | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/plandex-cursor.code-workspace b/plandex-cursor.code-workspace index 5438557b..cf5a2b54 100644 --- a/plandex-cursor.code-workspace +++ b/plandex-cursor.code-workspace @@ -1,35 +1,31 @@ { "folders": [ { - "name": "plandex", "path": "." }, { - "name": "static", - "path": "static" + "path": "./static" + }, + { + "path": "./infra" }, { - "name": "cli", - "path": "app/cli" + "path": "./docs" }, { - "name": "server", - "path": "app/server" + "path": "./app/cli" }, { - "name": "cloud", - "path": "app/server/cloud" + "path": "./app/server" }, { - "name": "shared", - "path": "app/shared" + "path": "./app/shared" }, { - "name": "node", - "path": "app/server/cloud/ui/node" + "path": "./app/server/cloud" }, { - "path": "infra" + "path": "./app/server/cloud/ui/node" } ], "settings": {