Skip to content

Instantly share code, notes, and snippets.

@mwaaas
Last active August 30, 2022 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwaaas/dc80ac3d9e8a6abe2759c9e605120706 to your computer and use it in GitHub Desktop.
Save mwaaas/dc80ac3d9e8a6abe2759c9e605120706 to your computer and use it in GitHub Desktop.
ominisharp custom build
{
"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"
}
}
}
@mwaaas
Copy link
Author

mwaaas commented Aug 30, 2022

And vscode settings too

{
"omnisharp.useModernNet": false,
"omnisharp.projectLoadTimeout": 120
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment