From fa0b0e992d363f41bdb8cda00ef59c0142c97246 Mon Sep 17 00:00:00 2001 From: transtrike Date: Tue, 8 Dec 2020 10:35:50 +0200 Subject: Added 3rd project and references --- API/API.code-workspace | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 API/API.code-workspace (limited to 'API/API.code-workspace') diff --git a/API/API.code-workspace b/API/API.code-workspace new file mode 100644 index 0000000..875e3c8 --- /dev/null +++ b/API/API.code-workspace @@ -0,0 +1,19 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "files.exclude": { + "**/.vscode": true, + "**/bin": true, + "**/obj": true, + ".gitignore" : true, + "**/README.md" : true, + "**/LICENSE" : true, + "**/Properties" : true, + "**/*.code-workspace" : true + } + } +} \ No newline at end of file -- cgit v1.2.3