✅ VSCode sln
When I create proj by vsc command
Ctrl + shift + P
, those lines are added to the .sln
file, when I do that by dotnet new
command, they're not. I think because of this, C dev kit doesn't recognize the project and all the extensions like snippet doesn't work. What are those hex numbers meaning, could I create it manually and add to .sln
file?
2 Replies
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
Thank you, it works, seems like I need to read more about command line