From f610230b2eaa0222034866d8298996b1ba9d8315 Mon Sep 17 00:00:00 2001 From: Alexey Safronov Date: Thu, 18 Jul 2019 13:26:27 +0300 Subject: [PATCH] web: Added code-workspace file --- web/ASC.Web.Client/all-clients.code-workspace | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/ASC.Web.Client/all-clients.code-workspace diff --git a/web/ASC.Web.Client/all-clients.code-workspace b/web/ASC.Web.Client/all-clients.code-workspace new file mode 100644 index 0000000000..f8db993471 --- /dev/null +++ b/web/ASC.Web.Client/all-clients.code-workspace @@ -0,0 +1,12 @@ +{ + "folders": [ + { + "path": "." + }, + { + "name": "ASC.People.Client" + "path": "D:\\GitHub\\portals_core\\products\\ASC.People\\Client" + } + ], + "settings": {} +} \ No newline at end of file