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

你可能感兴趣的:(VSCode远程编写Shell并实时调试配置过程)