This commit is contained in:
2022-09-25 02:24:21 +01:00
parent fcea41f8c1
commit f46ca00de9
13 changed files with 105 additions and 125 deletions

22
omnisharp.json Normal file
View File

@ -0,0 +1,22 @@
{
"dotnet": {
"enabled": false
},
"msbuild": {
"enabled": true
},
"Dnx": {
"enabled": false
},
"Script": {
"enabled": false
},
"fileOptions": {
"systemExcludeSearchPatterns": [
"**/bin/**/*",
"**/obj/**/*",
"**/node_modules/**/*"
],
"userExcludeSearchPatterns": []
}
}