vscode debugging code, efficiency increased by 20%

Preface Whether at work or debugging source code, debugging is essential. Finding the correct debugging method can improve our work efficiency by at least 20%, so that we can make more 20% of the time is spent fishing, fishing makes me happy (^▽^) From now on, let us abandon the console.log old shabby car and […]

VsCode uses Git to upload code to GitHub

VsCode uses Git to upload code to GitHub 1. Software installation 1. Install Git 2. Install VsCode For specific installation methods of Git, see Git download and installation. VsCode can be installed directly. I won’t go into details here. 2. Create an empty warehouse/project on GitHub 1. Log in to your account on the GitHub […]

[vscode remote development] Use intranet penetration to achieve remote access in a public network environment

Article directory Preface 1. Install OpenSSH 2. vscode configure ssh 3. LAN test connection to remote server 4. Public network remote connection 4.1 Install cpolar intranet penetration on ubuntu 4.2 Create tunnel mapping 4.3 Test public network remote connection 5. Configure a fixed TCP port address 5.1 Reserve a fixed TCP port address 5.2 Configure […]

Using Ubuntu to develop esp32-based on vscode IDF-V5.1

Using Ubuntu to develop esp32-based on vscode IDF-v5.1 Article directory Using Ubuntu to develop esp32-based on vscode IDF-v5.1 VMware install virtual machine Modify terminal name Install vscode Configure esp32 installation environment Create routines using vscode VSCode resolves red wavy lines in header files Install VMware Tools Developing Espressif Systems chips Introduction to ESP-IDF Introduction to […]

[AutoML] AutoKeras installation and environment configuration (VSCode)

There are already too many work configurations in the local environment (Python, Java, Maven, Docker, etc.). In order not to affect the operation of other environments, I chose to create a workspace directly in VSCode and configure AutoKeras (anyway, it will be in VSCode in the end) developed in). After opening VSCode, create a workspace […]

VSCode & PyCharm

Table of Contents 1. VSCode (1) Commonly used plug-ins (extensions) Django, Django Template, Pylance, Python, Code Runner (2) Issues related to plug-ins (extensions) 1. ErrorThe Pylance server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information. reason: solve: 2. Python code highlighting exception (dependencies […]

VSCode creates electron project

First, make sure your system has the following tools installed: 1. Node.js: Go to Node.js official website (https://nodejs.org/) to download and install the latest version Node.js. 2. npm: After the Node.js installation is completed, npm will be installed together. You can do this by running 3. Open the JK1-PZK22 project in VsCode and enter npm […]

VSCode: Enumerate USB devices

Historically, reading and writing devices to a USB port has been a level more complicated than using a serial port or parallel port. To open a USB port (host side), first enumerate the visible devices connected to the port, and specify the relevant port (the port to which the device needs to be operated is […]