This commit is contained in:
Paul Schneider
2021-04-11 22:22:37 +01:00
parent cede04a33e
commit ec5bd7ca1f
13 changed files with 173 additions and 46 deletions

8
omnisharp.json Normal file
View File

@ -0,0 +1,8 @@
{
"msbuild": {
"useBundledOnly": false,
"Configuration": "Debug",
"CscToolPath": "/usr/bin",
"CscToolExe": "csc"
}
}