Home > Article > Development Tools > What should I do if vscode shows that it is not supported?
#What should I do if vscode shows that it is not supported?
The reason why vscode is not supported is due to the installed third-party plug-in. There is a plug-in called background that modifies the background, which will cause this. The underlying css of vsc is modified to make this happen. of. But there are no other effects.
Recommended tutorial: vscode tutorial
vscode introduction:
Visual Studio Code (VS Code for short) is a software developed by Microsoft Development, an open source code editor that supports operating systems such as Windows, Linux, and macOS. It supports testing and has built-in Git version control functions. It also has development environment functions, such as code completion (similar to IntelliSense), Code snippets and code refactoring, etc. The editor supports user personalized configuration, such as changing theme colors, keyboard shortcuts and other properties and parameters. It also has built-in extension management functions in the editor.
The above is the detailed content of What should I do if vscode shows that it is not supported?. For more information, please follow other related articles on the PHP Chinese website!