vscode 开发.net core

安装 vscode:https://code.visualstudio.com/;

安装 .NET Core SDK:https://dotnetcli.blob.core.windows.net/dotnet/beta/Installers/Latest/dotnet-dev-win-x64.latest.exe;

准备安装c# 调试插件,只有装了插件才能正常使用调试等功能;

1:点击vscode的拓展图标,在输入框中输入c#,选择第一个进行安装;

2:因为要从外网下载,所以会很慢,建议使用代理进行操作或者耐心等待,等安装好以后会提示重新加载vscode,确认重新加载就可以了;

3:如果因为网络问题实在无法安装成功的话,可以使用OmniSharp这个安装包:https://github.com/OmniSharp/omnisharp-vscode/releases,下载csharp-1.8.1.vsix,用vscode直接打开这个文件就可以安装成功;

4:至此 c#插件安装成功

vscode 开发.net core 从安装到部署 教程详解

 

posted @ 2018-10-17 14:07  阳光下丶  阅读(124)  评论(0编辑  收藏  举报