What should I do if the vscode output is garbled?
First open the vscode software; then click File -> References -> Settings -> Commonly Used;
Finally add this sentence: "code-runner.runInTerminal ": true.
Related introduction:
Visual Studio Code (VS Code for short) is an open source code editor developed by Microsoft that supports operating systems such as Windows, Linux and macOS. It supports Tested and built-in Git version control function, 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 Various attributes and parameters such as shortcuts, and also has built-in extension management functions in the editor.
The above is the detailed content of What should I do if the vscode output is garbled?. For more information, please follow other related articles on the PHP Chinese website!