02集成开发工具配置VScode SSH连接Ubuntu20.04 - 输入密码连接

文章目录

  • [1. running the VScode in Admin mode](#1. running the VScode in Admin mode)
  • [2. Install the plugin](#2. Install the plugin)
  • [3. New Remote](#3. New Remote)
  • [4. Enther the command at the top blanket column in VS Code](#4. Enther the command at the top blanket column in VS Code)
  • [5. Setup the ssh config file](#5. Setup the ssh config file)
  • [6. Restart VScode](#6. Restart VScode)
  • [7. Connect to the Server](#7. Connect to the Server)
  • [8. Open the remote folder](#8. Open the remote folder)

1. running the VScode in Admin mode

管理员模式打开VScode

2. Install the plugin

cpp 复制代码
Remote Development
C/C++
Code Runner
CMake

3. New Remote

4. Enther the command at the top blanket column in VS Code

5. Setup the ssh config file

6. Restart VScode

The VScode will auto identify the remote server

7. Connect to the Server

8. Open the remote folder

相关推荐
切糕师学AI9 小时前
Visual Studio 内存占用过高问题优化方案
ide·visual studio
holeer16 小时前
VS Code插件离线迁移教程
ide·vscode
CS Beginner17 小时前
【Linux】快速配置wifi和SSH服务
linux·运维·ssh
jimy120 小时前
关闭VS Code中的GitHub Copilot部分功能,降低远程开发机服务器的CPU内存使用率
vscode·copilot
chinxue200820 小时前
VSCODE使用vivado
ide·vscode·fpga开发·编辑器
『六哥』20 小时前
IntelliJ IDEA 安装教程
java·ide·intellij-idea·intellij idea
jimy120 小时前
本地下载vscode server安装包(tar.gz)然后上传至服务器开发机
服务器·ide·vscode
Lllongroad20 小时前
VCPKG使用-基于Visual Studio平台
ide·visual studio
匆匆整棹还21 小时前
vscode突然无法连接远程服务器问题
服务器·vscode
離離原上譜21 小时前
踩坑总结:IDE内嵌终端(cmd/终端) 环境变量不生效?重启IDE才是唯一解,反复开关终端没用!
ide·windows