REORG
This commit is contained in:
parent
fcea41f8c1
commit
f46ca00de9
13 changed files with 105 additions and 125 deletions
22
omnisharp.json
Normal file
22
omnisharp.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"dotnet": {
|
||||
"enabled": false
|
||||
},
|
||||
"msbuild": {
|
||||
"enabled": true
|
||||
},
|
||||
"Dnx": {
|
||||
"enabled": false
|
||||
},
|
||||
"Script": {
|
||||
"enabled": false
|
||||
},
|
||||
"fileOptions": {
|
||||
"systemExcludeSearchPatterns": [
|
||||
"**/bin/**/*",
|
||||
"**/obj/**/*",
|
||||
"**/node_modules/**/*"
|
||||
],
|
||||
"userExcludeSearchPatterns": []
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue