From d6e2a2ada63cdff5cb015246e5b8c2fb0acf5877 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 26 Jun 2024 10:40:11 +0200 Subject: [PATCH] chore(config): :wrench: setting up a workspace for build server sources --- robot.code-workspace | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 robot.code-workspace diff --git a/robot.code-workspace b/robot.code-workspace new file mode 100644 index 0000000..4a33165 --- /dev/null +++ b/robot.code-workspace @@ -0,0 +1,12 @@ +{ + "folders": [ + { + "name": "client", + "path": "client" + }, + { + "name": "server", + "path": "server" + } + ] +} \ No newline at end of file