Home > Article > Development Tools > What should I do if vscode is not supported?
What should I do if vscode is not supported?
Problem:
After updating the plug-in, vs prompted that the code installation was incorrect, and then it showed that it was not supported; I uninstalled it and re-downloaded and installed it, but it was still the same... .How to solve this.
Answer:
This should be that the plug-in you installed has changed some files of VSCODE that are not recommended to be modified. (such as CSS files), VSCODE will check the file changes when starting.
As for whether you still have this problem after uninstalling and reinstalling, the problem is with the plug-in. If you must remove the unsupported prompt, uninstall the plug-in first and then reinstall the software. However, it is actually not necessary. Currently, I have not found that this prompt will affect normal use!
Related recommendations: vscode introductory tutorial
The above is the detailed content of What should I do if vscode is not supported?. For more information, please follow other related articles on the PHP Chinese website!