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