简体   繁体   中英

.Net core sdk on ubuntu 18.10

I've just installed .not Code sdk 2.1 on ubuntu 18.10 using snap
I've started new console project and try to run it with my vs code installation, but it can not compile. It seems that on snap .net core installation on ubuntu dotnet commands are prefixed by dotnet-sdk. I give an example :

dotnet-sdk.dotnet --version

What additionnal configuration should i set up in vs code in order to make it work with extensions, compiler and so ?

Check if you have both SDK and Runtime installed. If so, that might be an issue to look into.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM