VSCode set dotnet sdk directory
I have a specific version of dotnet installed on my machine for a project, I can't replace the system wide one installed through my package manager since other things rely on it. I tried to set these in
settings.json
:
However, vscode isn't using it. When I start vscode I get a warning saying nuget restore failed, I view logs and see this:
How could I set the path and actually get vscode to use it?0 Replies