From f862ea0f83464f2116049f1e5780dce532d1901a Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Sun, 14 Jul 2024 21:33:20 -0700 Subject: [PATCH] add: adding platform workspace --- platform.code-workspace | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 platform.code-workspace diff --git a/platform.code-workspace b/platform.code-workspace new file mode 100644 index 0000000..45283e9 --- /dev/null +++ b/platform.code-workspace @@ -0,0 +1,28 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "stubs/protevus" + }, + { + "path": "stubs/console" + }, + { + "path": "stubs/service" + }, + { + "path": "stubs/desktop" + }, + { + "path": "stubs/web" + }, + { + "path": "stubs/mobile" + }, + { + "path": "stubs/IoT" + } + ] +} \ No newline at end of file