關於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
}

常用插件:

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM