Home  >  Article  >  Development Tools  >  The solution is not available after the vscode plug-in is installed

The solution is not available after the vscode plug-in is installed

尚
Original
2019-12-16 13:21:219510browse

The solution is not available after the vscode plug-in is installed

VS CODE sometimes occurs that the extension plug-in cannot be used normally, such as function jump (go to definition) and other functions failure. This is mostly the case. Because the plug-in installation in the VS CODE client was unsuccessful, but quectel in VS CODE showed that it was installed. You only need to uninstall the corresponding plug-in extension, and then download the corresponding extension and install it manually.

Take cpptool as an example:

The solution is not available after the vscode plug-in is installed

Click uninstall to uninstall it

The solution is not available after the vscode plug-in is installed

Then Go to github to download the expansion package installation file:

The solution is not available after the vscode plug-in is installed

Then go to github to download the expansion package installation file:

The solution is not available after the vscode plug-in is installed

The solution is not available after the vscode plug-in is installed

After downloading, go to the VSCODE installation directory, enter the bin folder, copy the downloaded extension installation file to this directory, hold down the "shift right mouse button" and click "In Open the command window here and enter the following command:

code –install-extension The extension to be installed.vsix

Wait for the installation prompt and restart vs code. ok

Recommended related articles and tutorials: vscode tutorial

The above is the detailed content of The solution is not available after the vscode plug-in is installed. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn