Alessandro Costantini
Alessandro Costantini
Thank you for the answer. But I can't see any difference in the OmniSharp output log. Actually, I don't understand if omnipath.json has been considered or not
ok... now this is my omnisharp.json: { "msbuild": { "UseLegacySdkResolver": true, "MSBuildSDKsPath": "C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319", "MSBuildOverride": { "MSBuildPath": "C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319", "Name": "MSBuildOverride" } } } but now i have this error: [dbug]: OmniSharp.CompositionHostBuilder...
I have an old project, at the moment I can use only visual studio 2008 as IDE. I'm trying to port it in VS Code, with omnisharp, in order to...
Same problem here! also for the example in this repo: ros2cs_examples/ROS2Client + ROS2Service the Call method never returns. Calling the service from rqt, it returns the expected result.