Home > Development Tools > VSCode > body text

How to solve the problem that files dragged into vscode display garbled characters

Release: 2020-03-25 09:50:32
Original
2854 people have browsed it

How to solve the problem that files dragged into vscode display garbled characters

Sometimes when we open a file with vscode, garbled characters are displayed. Although it can be reopened by changing the encoding format, the process is a bit cumbersome, and we must know the encoding format of the file in advance.

If you add "files.autoGuessEncoding": true, in the configuration file of vscode, you can let vscode guess the encoding format of the file we open and open it normally.

Recommended learning: vscode tutorial

The above is the detailed content of How to solve the problem that files dragged into vscode display garbled characters. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template