β No SKD's?
Hello I am trying to use VSCode to code and I have installed DotNet 7.0.400 and I have downloaded the SKD's all in default locations. So, why is VSCode still telling me I don't have SDK's? Any Suggestions?
18 Replies
Can you drop your exact error message?
that's all of it
Either:
a) You downloaded the runtime not the SDK
b) You downloaded a 32bit SDK on a 64bit system
Run
dotnet --list-sdks
in the command linethere is the output
to the command
dotnet --info
?output:
Ah, you're on Mac
Well, everything seems fine
Did you try restarting VSCode?
many times, I've been trying to fix this off and on for a while
Did you follow the $vscode steps?
Follow the instructions here on getting started with DevKit for C# in VSCode: https://code.visualstudio.com/docs/csharp/get-started
Get started with C# and .NET in Visual Studio Code
Getting Started with C# and .NET Development in Visual Studio Code
That said... it's not that many steps I see
Just install VSCode and install DevKit
And you seem to have done both
Huh... what's the .NET version required by the project you're trying to run?
You can find it in the
.csproj
fileI've tried new and old projects they all have this issue
Well, at this point I have no ideas other than VSCode being VSCode Β―\_(γ)_/Β―
done everything and even tried the one thing on that website that I didn't already to no avail
GitHub
No .NET SDKs were found ??? Β· Issue #6278 Β· dotnet/vscode-csharp
Environment data dotnet --info output: .NET SDK: Version: 7.0.400 Commit: 73bf45718d Runtime Environment: OS Name: ubuntu OS Version: 22.04 OS Platform: Linux RID: ubuntu.22.04-x64 Base Path: /home...
Just found this
VSCode being VSCode after all, then
Yeah