我对此有很多疑问,但是我提出的任何解决方案都对我有用。
这是我的json配置:
{
"git.ignoreMissingGitWarning": true,
"window.zoomLevel": 1,
"explorer.confirmDelete": false,
"workbench.colorTheme": "One Dark Pro",
"workbench.iconTheme": "material-icon-theme",
"breadcrumbs.enabled": true,
"editor.fontLigatures": true,
"editor.fontFamily": "Consolas, 'Trebuchet MS', monospace",
"editor.fontWeight": "100",
"explorer.confirmDragAndDrop": false,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"editor.formatOnSave": true,
"editor.tabSize": 4
}
保存时的结果是,代码使用2个制表符空间格式化。
我已经安装了美化功能,但是即使在指南中也没有设置此选项卡的设置。
有帮助吗?