Hello I’ve been having this issue from the beginning. Because of this I have been coding without any snippets for all this time, but now it’s getting a little frustrating.
I posted this originally on this thread here:
Nothing Nina suggested worked, but after some digging I found this potential solution:
I’m on a MAC (High Sierra), and closing VSC and reinstalling SDK did not help in my case.
VSC kept saying that SDK was “not installed or not on the path”. When I ran
dotnet
in the Terminal window I received “command not found” message.I had to manually add
/usr/local/share/dotnet
to PATH in my ~/.bash_profile.Correct path is displayed once SDK is installed (see picture below). I appended it to the PATH in my ~/.bash_profile, reopened Terminal, and it worked. You may have to reload VSC too.
Good luck!
However, I do not know what he means by "manually add"ing that link or command to the .bash_profile. How do I do this? Can anyone help me?