Implementation of remote Linux development using vscode

Implementation of remote Linux development using vscode

Say goodbye to the past

Before vscode had remote ssh, most Linux server developers usually used vs remote Linux, or xshell with vim, for server development. Although vs is very powerful and debugging is very clear, the time to open vs and start debugging is relatively long. Although xshell is also very convenient to use vim, there are still some sensory deficiencies. I am tired of opening multiple tabs and switching back and forth, and I am also tired of the same old command line interface, so I chose vscode remote Linux server to learn Linux development.

Looking to the future


  • Quick development, start vscode in one second
  • The upper part is page editing, and the lower part uses the command line, no longer needing to switch tabs back and forth
  • Connect to the Linux server via ssh to debug the Linux environment

How to get

1. Download vscode insider address

2. Download the ssh remote extension

3. Configure ssh username and IP

4. Connect to Linux server

5. Perform development and install the required extensions (taking C++ as an example)

6. Notes

C/C++ Clang Command Adapter If you need to develop c++11 or above, you need to configure setting.json

You're done!

This is the end of this article about the implementation of remote Linux development using vscode. For more relevant vscode remote Linux development content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Solve the problem of VScode configuration remote debugging Linux program
  • Use VSCode's Remote-SSH to connect to Linux for remote development
  • Solution to the error problem of Vscode remotely connecting to Ubuntu

<<:  Native js to realize the upload picture control

>>:  In-depth study of vue2.x--Explanation of the h function

Recommend

mysql8.0.11 winx64 installation and configuration tutorial

The installation tutorial of mysql 8.0.11 winx64 ...

Let's talk about destructuring in JS ES6

Overview es6 adds a new way to get specified elem...

Docker adds a bridge and sets the IP address range

I don't know if it's because the binary d...

Pay attention to the use of HTML tags in web page creation

This article introduces some issues about HTML ta...

Detailed explanation of using Vue.prototype in Vue

Table of contents 1. Basic Example 2. Set the sco...

Detailed explanation of Linux DMA interface knowledge points

1. Two types of DMA mapping 1.1. Consistent DMA m...

How to implement Mysql scheduled tasks under Linux

Assumption: The stored procedure is executed ever...

Vue realizes the whole process of slider drag verification function

Rendering Define the skeleton, write HTML and CSS...

Detailed tutorial on deploying Springboot or Nginx using Kubernetes

1 Introduction After "Maven deploys Springbo...

Summary of Vue's monitoring of keyboard events

Key Modifiers When listening for keyboard events,...

Nginx prohibits direct access via IP and redirects to a custom 500 page

Directly to the configuration file server { liste...

CSS pseudo-element::marker detailed explanation

This article will introduce an interesting pseudo...

Two ways to make IE6 display PNG-24 format images normally

Method 1: Please add the following code after <...