From 8b0124add0b3862238bd7a82cf0273d123a3ac41 Mon Sep 17 00:00:00 2001 From: "Edward M. Kagan" Date: Mon, 22 Mar 2021 15:35:59 +0300 Subject: [PATCH] Workspace path mapping added (editor only) --- traqtor.code-workspace | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/traqtor.code-workspace b/traqtor.code-workspace index 4038c4c..76cf005 100644 --- a/traqtor.code-workspace +++ b/traqtor.code-workspace @@ -1,7 +1,16 @@ { "folders": [ { - "path": "." + "name": "chug", + "path": ".chug" + }, + { + "name": "editor - back", + "path": "traqtor-editor/back" + }, + { + "name": "editor - face", + "path": "traqtor-editor/face" } ], "settings": {