zoukankan      html  css  js  c++  java
  • vscode--常用插件&同步

    1.setting.json文件

    {
        "files.autoSave": "off",
        "extensions.ignoreRecommendations": false,
        "editor.fontSize": 17,
        "editor.renderWhitespace": "all",
        "workbench.iconTheme": "vscode-icons",
        "window.title": "${dirty}${rootPath}${separator}${rootName}",
        "editor.matchBrackets": false,
        "subtleBrackets.styles": {
            "global": {
                "color": "red",
                "borderWidth": "2px",
                "borderStyle": "none none solid none"
            }
        },
        "editor.renderIndentGuides": false,
        "guides.stack.width": 1,
        "guides.active.width": 2,
        "guides.active.color.light": "rgba(25,222,60, 0.75)",
        "guides.active.color.dark": "rgba(220, 220, 220, 0.55)",
        "guides.active.extraIndent": false,
        "editor.insertSpaces": false,
        "workbench.colorCustomizations": {
            "editor.selectionBackground": "#5C7EEE"
        },
        "px-to-rem.px-per-rem": 40,
        "editor.quickSuggestions": {
            "other": true,
            "comments": true,
            "strings": true
        },
        "workbench.colorTheme": "Atom One Dark",
        "vsicons.dontShowNewVersionMessage": true,
        "javascript.validate.enable": true,
        "editor.tabSize": 4,
        "window.zoomLevel": 0,
        "sync.gist": "8b2af22f065821505ba0ff7cc1649161",
        "sync.lastUpload": "2018-01-03T07:02:39.229Z",
        "sync.autoDownload": false,
        "sync.autoUpload": false,
        "sync.lastDownload": "",
        "sync.forceDownload": false,
        "sync.anonymousGist": false,
        "sync.host": "",
        "sync.pathPrefix": "",
        "sync.quietSync": false,
        "sync.askGistName": false
    }

    注: 想同步我的 vscode 配置及其插件:

    1、vscode 下载 Settings Sync 插件;

    2、快捷键 Shift + Alt + D , 输入(token): 202ca870ad28fcb1115beef950598b750d2fd9c6

    3、我的 sync.gist 值为 : 53fabd4ef77dfbb36368cad1d1cb45ea (可在vscode设置中配置)

    4、等待安装完成后,即可同步完成;

    更多详细设置: https://www.cnblogs.com/kenz520/p/7416836.html

    若报 token 无效请留言,或参考: https://segmentfault.com/a/1190000011206401

  • 相关阅读:
    【SCOI 2011】 糖果
    【POJ 3159】 Candies
    【POJ 1716】 Integer Intervals
    【POJ 2983】 Is the information reliable?
    【POJ 1364】 King
    【POJ 1201】 Intervals
    【POJ 1804】 Brainman
    6月10日省中提高组题解
    【POJ 3352】 Road Construction
    【POJ 1144】 Network
  • 原文地址:https://www.cnblogs.com/gavin007/p/7535561.html
Copyright © 2011-2022 走看看