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

相关推荐
etc952718 小时前
keil下如何指定stack和heap地址
ide·mcu
JTaoX19 小时前
PyCharm 连接本地虚拟机完整指南
ide·python·pycharm
迷路爸爸18020 小时前
cursor资源管理器修改为与vscode一样的纵向布局
ide·vscode·编辑器
星羽XingYu1 天前
esp32 vscode clangd 无法索引库函数解决方案
ide·vscode·编辑器
Dontla1 天前
VSCode Python扩展自动加载.env环境变量机制(Python插件)python.terminal.useEnvFile
ide·vscode·python
平头某1 天前
DSH:Agent 的 VSCode 时刻?
ide·vscode·编辑器
Dontla1 天前
VSCode打开关闭控制台面板快捷键ctrl+`(terminal快捷键、vscode控制台快捷键)
ide·vscode·编辑器
徽京人2 天前
VS Code 接入Esp 32步骤
vscode·单片机·嵌入式硬件
CoLiuRs2 天前
我用 Rust 写了一个 SSH 本地端口转发管理器:Via 的实现与取舍
开发语言·rust·ssh
JTaoX2 天前
pycharm 集成本地 jupyter notebook
ide·jupyter·pycharm