Mac 关于VSCode调试和使用的问题

《配置VSCode编译器》

步骤:

0、vscode下载地址: https://code.visualstudio.com/Download

1、下载VisualStudioCode安装:https://code.visualstudio.com

1、安装homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

执行:brew update

2、brew install openssl

3、mkdir -p /usr/local/lib

4、ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/

5、ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/

9、安装.NET配置文件SDK:https://dotnet.github.io

以下步骤参考执行,详情看官方步骤,有可能更新

10、mkdir hwapp

11、cd heap

12、dotnet new

13、dotnet restore

14、dot net run

配置VSCode插件&#x

猜你喜欢

转载自blog.csdn.net/qq_18427785/article/details/54895374