{ "workbench.iconTheme": "vscode-icons", "editor.tabSize": 2, "editor.detectIndentation": false, "editor.formatOnSave": true, "vetur.format.defaultFormatter.js": "vscode-typescript", "vetur.validation.template": false, "eslint.autoFixOnSave": true, "eslint.validate": [ "javascript", "javascriptreact", "html", "vue", { "language": "html", "autoFix": true }, { "language": "vue", "autoFix": true } ], "javascript.format.insertSpaceBeforeFunctionParenthesis": true, "files.autoSave": "afterDelay", "background.customImages": [ "file:///C:/Users/jack_blue/Pictures/Camera Roll/bg.jpg" ], "background.useDefault": false, "background.style": { "content": "''", "pointer-events": "none", "position": "absolute", "z-index": "99999", "width": "100%", "height": "100%", "background-position": "center", "background-repeat": "no-repeat", "opacity": 0.1 }, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressResultsExplorerNotice": false, "suppressShowKeyBindingsNotice": true }, }