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

相关推荐
追风201926 分钟前
PowerShell 7 解决 Codex 中文乱码:完整经验总结(VsCode 背景)
ide·vscode·编辑器
帅小柏3 小时前
VSCode Remote SSH 一直转圈连不上服务器?踩坑全记录
服务器·vscode
深挖派3 小时前
IntelliJ IDEA 2026.1 安装配置与高效开发环境搭建 (保姆级图文教程)
java·ide·intellij-idea
vonlycn3 小时前
Android Studio 5.3.3 新项目编译报错解决
android·ide·android studio
H Journey3 小时前
VSCode下CMake使用
vscode·cmake
9分钟带帽3 小时前
vscode中配置Qt6和CMake的开发环境
c++·vscode·cmake
qq_427506084 小时前
vscode使用claude code的简单经验分享(一)
ide·vscode·ai
宁静致远20214 小时前
Mermaid VSCode插件制作流程图保存方法
ide·vscode·流程图
宇飞林海4 小时前
在 JetBrains 的 IDE 里使用中文语言
ide
编程大师哥5 小时前
VSCode中如何搭建JAVA+MAVEN
java·vscode·maven