Add omnisharp.json file to exclude test projects from editor
This commit is contained in:
parent
c83f58d566
commit
6bab94b359
1 changed files with 5 additions and 0 deletions
5
omnisharp.json
Normal file
5
omnisharp.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"dnx": {
|
||||
"projects": "src/*/project.json"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue