{ "git.ignoreMissingGitWarning": true, "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", "editor.fontSize": 15, "terminal.integrated.rendererType": "dom", "workbench.iconTheme": "material-icon-theme", "liveServer.settings.donotShowInfoMsg": true, "terminal.integrated.fontSize": 15, "terminal.integrated.fontWeight": "200", "editor.fontWeight": "200", "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "window.zoomLevel": 0, "javascript.updateImportsOnFileMove.enabled": "always", "liveServer.settings.donotVerifyTags": true, "vsicons.dontShowNewVersionMessage": true, "javascript.implicitProjectConfig.experimentalDecorators": true, // Use default images.使用默认图片 // "background.useDefault": false, // // Your custom Images(Max length is 3). 自己定制背景图,最多3个 // "background.customImages": [ // "file:///C:/Users/Public/Pictures/Sample Pictures/bg20090415_002_zcool.com.cn.jpg", // "file:///C:/Users/Public/Pictures/Sample Pictures/bg20090415_002_zcool.com.cn.jpg", // "file:///C:/Users/Public/Pictures/Sample Pictures/bg20090415_002_zcool.com.cn.jpg", // "file:///C:/Users/Public/Pictures/Sample Pictures/bg20090415_002_zcool.com.cn.jpg", // "file:///C:/Users/Public/Pictures/Sample Pictures/bg20090415_002_zcool.com.cn.jpg", // ], // // Custom common style.自定义各项公有样式. // "background.style": { // "content": "''", // "pointer-events": "none", // "position": "absolute", // "z-index": "99999", // // "width": "100%", // // "height": "100%", // "background-position": "center", // // "background-size": "100% 100%", // "background-repeat": "no-repeat", // "opacity": 0.2 // }, "sync.gist": "e95f4345ca94868ab8190008b7892393", "svn.enableProposedApi": "product", "sync.autoUpload": true, "sync.autoDownload": true, "sync.quietSync": true, "workbench.startupEditor": "welcomePage", "breadcrumbs.enabled": true, "editor.renderWhitespace": "none", "editor.renderControlCharacters": false, "gitlens.views.repositories.files.layout": "tree", "files.associations": { }, "terminal.integrated.fontWeightBold": "300", "[dart]": { "editor.formatOnSave": true, "editor.formatOnType": true, "editor.rulers": [ 80 ], "editor.selectionHighlight": false, "editor.suggest.snippetsPreventQuickSuggestions": false, "editor.suggestSelection": "first", "editor.tabCompletion": "onlySnippets", "editor.wordBasedSuggestions": false }, "typescript.updateImportsOnFileMove.enabled": "always" }