In VSCode, SDK not Recognized on ChromeOS
Hi. I just installed the .NET SDK and the Runtime by following the instructions for Ubuntu on the Microsoft Docs website. This is what I get when I run
dotnet --info
in the Linux terminal:
And this is the error I get when I launch VSCode (or try to create a new C# project):
Does anyone know how to fix this?5 Replies
Please ping me if you reply - my notifications are funky 🙂
@AdiZ you've installed in ubuntu dotnet
chrome OS isn't ubuntu
maybe you can specify to vscode the path to the dotnet inside your ubuntu environnement
Sorry it's debian, I confused them. Still the same installation process
Did you install the sdk while vscode was open and haven't closed/reopened it yet?
I restarted it a bunch of times