[Problem Solved] VSCode remote installation plug-in is very slow

【Problem Description】

I want to configure the development environment of VSCode + WSL, and I need to install C++ and CMake series plug-ins in WSL. The direct download method as shown in the figure below is very slow:

【Solution】

  • First go to the website to download the plug-in : https://marketplace.visualstudio.com/, suffix name: VXIS
    insert image description here

  • Put the VXIS file in WSL, and VScode can directly put the files in the resource manager into the left file list.

  • Choose to install via VXIS, and select the VXIS file to be installed in the drop-down menu.
    insert image description here

  • Wait for a while and the installation is successful.

Guess you like

Origin blog.csdn.net/daoge2666/article/details/131737893