// 将设置放入此文件中以覆盖默认设置
{
  // 启用后，将在新窗口中打开文件，而不是重复使用现有实例。
  "window.openFilesInNewWindow": "off",
  "editor.fontSize": 14,
  "editor.fontFamily": "monospace",
  "editor.tabSize": 2,
  "window.zoomLevel": -1,
  "workbench.colorTheme": "Material Neutral",
  "vsicons.projectDetection.disableDetect": true,
  "window.reopenFolders": "one",
  "editor.renderIndentGuides": true,
  "editor.dragAndDrop": true,
  "typescript.check.tscVersion": false,
  "editor.wordWrap": "on",
  "editor.minimap.maxColumn": 0,
  "http.proxy":"",
  // 控制键入时是否应自动显示建议
  "editor.quickSuggestions": {
    "other": true,
    "comments": false,
    "strings": false,
    "emmet": true
  },
  "editor.snippetSuggestions": "top",   
  "editor.renderWhitespace": "all",
  "emmet.syntaxProfiles": { "javascript": "jsx" },
  "emmet.includeLanguages": {"javascript": "javascriptreact"},
  "emmet.triggerExpansionOnTab": true,
  // By default, create file  username
  "fileheader.Author": "w.pengfei",

  // By default, common template. Do not modify it!!!!!
  "fileheader.tpl": "/**!\r\n * @Author: {author}\r\n * @Date: {createTime}\r\n * @Last Modified by:   {lastModifiedBy}\r\n * @Last Modified time: {updateTime}\r\n */\r\n",

  // By default, update file  username.
  "fileheader.LastModifiedBy": "w.pengfei",
  "vsicons.dontShowNewVersionMessage": true,
  "sublimeTextKeymap.promptV3Features": true,
  "workbench.startupEditor": "newUntitledFile",
  "todohighlight.isEnable": false,
  "workbench.iconTheme": "vscode-great-icons"
}