Joey Robichaud
Joey Robichaud
@jkoritzinsky The c# extension also performs a check for `dotnet` to be on the PATH. Now that we are adding the ability to specify additional paths, can you update the...
@jkoritzinsky Sorry for the delay. Thanks again!
@AlejandroHuerta If you are doing Full Framework development on Windows (`omnisharp.useModernNet`: false) then you will need to install the [Visual Studio MSBuild Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022).
.NET 5 is not an LTS release and is already out of servicing support. My recommendation would be to install the .NET 6 SDK and set `omnisharp.useModernNet` to `true`. The...
@roger-cprops It appears that you have the Universal or Intel build of VSCode installed. I recommend uninstalling VS Code and installing the Apple Silicon build. https://code.visualstudio.com/Download
> Version: 1.69.1 (Universal) This line shows that the universal build of VS Code is running. Not sure if there are somehow multiple copies installed or whether you need to...
Can you share the error from the OmniSharp Log?
@RobThree It may indicate that you have the VS Code Universal Mac installed. This version runs under Rosetta as x64 for some reason and would have load failures with native...
I encourage everyone interested in this fuctionality to upvote the following vscode issue - https://github.com/microsoft/vscode/issues/13960
@NTaylorMullen Have you seen this behavior with rzls berfore?