Add omnisharp.json file to exclude test projects from editor

This commit is contained in:
David Fowler 2015-10-29 01:48:46 -07:00
parent c83f58d566
commit 6bab94b359

5
omnisharp.json Normal file
View file

@ -0,0 +1,5 @@
{
"dnx": {
"projects": "src/*/project.json"
}
}