VSCode 远程 Linux 的 Golang 开发环境搭建(备忘)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
准备工作
- 本地安装最新版本的 VSCode (version 1.43.0+)
- 本地/远程 Linux 机,安装 golang (version 1.14.0+)
- 本地/远程 Linux 机设置 golang 代理
- 命令 :
go env -w GOPROXY=https://goproxy.cn,direct
- 命令 :
VSCode 安装相关插件
安装如下插件
- Remote-SSH
- ms-vscode.go
VSCode 远程 Linux 机
详细文档参考官方网址: https://code.visualstudio.com/docs/remote/ssh#_connect-to-a-remote-host
这里贴图,说明下:
其他小技巧 - Linux 机终端
按 Ctrl + ~
可以呼出终端控制台
其他小技巧 - Remote-SSH 设置
Settings 里搜索 SSH ,可以找到 Remote-SSH 设置
其他小技巧 - 远程调试
- 添加启动脚本
- 设置断点
- Run
按 F5 ,首次会提示你安装 dlv ,看提示安装下即可
- 如果要附加进程调试,则:
其他小技巧 - 远程 git 操作
因为代码源在 Linux 机,所以 git 也是需要远程的,本机资源管理器上的 git 是无法使用的
不过 VSCode Remote-SSH git 更好用, 不用且窗口
VSCode 与 Visual Studio 2019
产品 | 工作原理 | 代码源 | 速度 |
---|---|---|---|
VSCode | ssh 远程操作 Linux 机 | Linux 机 | 快,仅单个文件同步,无感 |
Visual Studio 2019 | 本地源文件 rsync 同步 Linux 机 | 本地 | 慢,需要检查 CMakeFile 文件、比较文件列表、打包 、rsync 上传 等等等等 |
其他
后续:内网部署 VSCode 远程 Linux 的 Golang 开发环境
以上
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)