zoukankan      html  css  js  c++  java
  • 关于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
    }

    常用插件:

  • 相关阅读:
    [go]go addressable 详解
    [go]灵活的处理json与go结构体
    [django]django内置的用户模型
    [go]文件读写&io操作
    *2.3.2_加入env
    UVM_INFO
    uvm_config_db在UVM验证环境中的应用
    *2.2.4 加入virtual interface
    *2.2.3 加入objection机制
    2.2.2 加入factory机制
  • 原文地址:https://www.cnblogs.com/jaysonguo/p/8384506.html
Copyright © 2011-2022 走看看