From 6bab94b3594a513e81f996ee1a74b7307b45bbc6 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Thu, 29 Oct 2015 01:48:46 -0700 Subject: [PATCH] Add omnisharp.json file to exclude test projects from editor --- omnisharp.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 omnisharp.json diff --git a/omnisharp.json b/omnisharp.json new file mode 100644 index 000000000..80a3a6ec5 --- /dev/null +++ b/omnisharp.json @@ -0,0 +1,5 @@ +{ + "dnx": { + "projects": "src/*/project.json" + } +} \ No newline at end of file