From fb6463d579a827dc49cbda5d29d24599665ae8ec Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Thu, 25 Dec 2025 18:26:07 -0800 Subject: [PATCH] update workspace --- archgw.code-workspace | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/archgw.code-workspace b/archgw.code-workspace index 837e4b22..bd42f64a 100644 --- a/archgw.code-workspace +++ b/archgw.code-workspace @@ -1,32 +1,24 @@ { "folders": [ { - "name": "root", + "name": "plano", "path": "." }, { - "name": "crates", + "name": "rust_crates", "path": "crates" }, { - "name": "archgw_cli", + "name": "cli", "path": "cli" }, { - "name": "tests_e2e", - "path": "tests/e2e" + "name": "docs", + "path": "docs" }, { - "name": "tests_archgw", - "path": "tests/archgw" - }, - { - "name": "chatbot_ui", - "path": "demos/shared/chatbot_ui" - }, - { - "name": "java_demo", - "path": "demos/samples_java/weather_forcecast_service" + "name": "website", + "path": "apps/www" } ], "settings": {