自己的VScode设置

// Place your settings in this file to overwrite the default settings
{
//"editor.fontFamily":"Fixedsys Excelsior 3.01",
"editor.fontWeight": "600",
"editor.fontSize": 18,
"workbench.colorTheme": "Quiet Light",
"files.autoSave": "afterDelay",
"window.zoomLevel": 0,
"editor.renderIndentGuides": false,
"editor.minimap.enabled": false,
"editor.snippetSuggestions": "top",
"extensions.autoUpdate": false
}
  
  

你可能感兴趣的:(自己的VScode设置)