VSCode远程编写Shell并实时调试配置过程

  1. 下载VSCode insider版,https://code.visualstudio.com/insiders/
  2. 安装Remote-SSH插件,安装完成会出现SSH explore
  3. 点击SSH配置管理,连接远程主机, 如果是windows,需要安装openssh
  4. 安装Shell-format, shellman插件, 方便shell编写是智能提示
  5. 安装Code Runner插件,右击可以实时运行shell脚本


    image.png


作者:sujoy
链接:https://www.jianshu.com/p/dff2ba2bf277
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
原文地址:https://www.cnblogs.com/qqhfeng/p/12625059.html