Home  >  Article  >  Development Tools  >  What should I do if the vscode output is garbled?

What should I do if the vscode output is garbled?

藏色散人
藏色散人Original
2019-11-18 09:36:185773browse

What should I do if the vscode output is garbled?

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!

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
Previous article:How to use vscode gitNext article:How to use vscode git