Last active
August 30, 2022 15:14
-
-
Save mwaaas/dc80ac3d9e8a6abe2759c9e605120706 to your computer and use it in GitHub Desktop.
ominisharp custom build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"msbuild": { | |
"enabled": true, | |
"ToolsVersion": null, | |
"VisualStudioVersion": null, | |
"Configuration": null, | |
"Platform": null, | |
"EnablePackageAutoRestore" : false, | |
"MSBuildExtensionsPath": null, | |
"TargetFrameworkRootPath" : null, | |
"MSBuildSDKsPath": null, | |
"RoslynTargetsPath" : null, | |
"CscToolPath": null, | |
"CscToolExe": null, | |
"loadProjectsOnDemand": false, | |
"GenerateBinaryLogs": false | |
}, | |
"MSBuild": { | |
"msbuildoverride": { | |
"MSBuildPath": "<Your build path>\\Current\\Bin", | |
"Name": "OmniSharp MSBuild" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And vscode settings too
{
"omnisharp.useModernNet": false,
"omnisharp.projectLoadTimeout": 120
}