Vs code 设置

{
"git.ignoreMissingGitWarning": true,
"terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe",
"files.autoGuessEncoding": true,    //乱码
"files.autoSave": "afterDelay",
"explorer.confirmDelete": false,
"editor.minimap.enabled":false,

}
 
插件
View In Browser/Open In Browser   ctrl+f1  /  alt+b               右键可打开HTML
原文地址:https://www.cnblogs.com/LiuFengH/p/9582916.html