From ca95b83ad29cc91027416dbc0b0ad4a53bfc3cfc Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 5 Jan 2019 13:24:09 +0000 Subject: [PATCH] dir struct changed --- yavsc.code-workspace | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/yavsc.code-workspace b/yavsc.code-workspace index ff9fa462..b2cf5bf3 100644 --- a/yavsc.code-workspace +++ b/yavsc.code-workspace @@ -1,34 +1,13 @@ { "folders": [ - { - "path": "Yavsc" - }, - { - "path": "Yavsc.Abstract" - }, - { - "path": "cli" - }, - { - "path": "testOauthClient" - }, - { - "path": "Yavsc.Server" - }, - { - "path": "OAuth.AspNet.AuthServer" - }, - { - "path": "OAuth.AspNet.Token" - }, - { - "path": "test" - }, { "path": ".vscode" }, { "path": "." + }, + { + "path": "src/test" } ], "settings": {