关于vscode使用的一些设置
一般设置:
{ "files.autoSave": "onFocusChange", "editor.fontSize": 14, "editor.tabSize": 2, "workbench.startupEditor": "newUntitledFile", "workbench.iconTheme": "material-icon-theme", "eslint.validate": [ "javascript", "javascriptreact", "html", "vue" ], "open-in-browser.default": "Google Chrome", "search.exclude": { "system/": true, "!/system/**/*.ps*": true }, "window.openFoldersInNewWindow": "on", "material-icon-theme.showUpdateMessage": false, "window.zoomLevel": 0, "php.validate.executablePath": "/usr/local/php5-7.0.23-20170914-095657", "typescript.check.npmIsInstalled": false, "fileheader.Author": "jayson", "fileheader.LastModifiedBy": "jayson", "mssql.intelliSense.enableErrorChecking": false, "workbench.panel.location": "bottom", "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressUpdateNotice": true, "suppressWelcomeNotice": false }, "explorer.confirmDragAndDrop": false }
常用插件: