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
    }

    常用插件:

  • 相关阅读:
    移动互联网整理笔记(这课内容太多了。。。)
    11.19
    hihoCoder#1879 : Rikka with Triangles (计算几何)
    hdu 4758 (AC自动机)
    hdu 4511 (AC自动机)
    2018 icpc 青岛
    hdu 6219 Empty Convex Polygons (凸包)
    2019 ccpc 秦皇岛
    2018 icpc 徐州
    hdu6599 I Love Palindrome String
  • 原文地址:https://www.cnblogs.com/jaysonguo/p/8384506.html
Copyright © 2011-2022 走看看