• VSCode_Extensions


    settings.json

    {
        "editor.columnSelection": false,
        "editor.fontFamily": "FiraCode-Retina, Menlo, Monaco, 'Courier New', monospace",
        "editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'",
        "editor.formatOnSave": true,
        "editor.minimap.enabled": true,
        "editor.rulers": [
            80
        ],
        "extensions.ignoreRecommendations": false,
        "window.restoreWindows": "none",
        "window.zoomLevel": 0,
        "workbench.colorCustomizations": {
            "[Default Light+]": {
                "activityBar.activeBackground": "#ffffff",
                "activityBar.background": "#eeeeee",
                "activityBar.foreground": "#000000"
            }
        },
        "workbench.iconTheme": "material-icon-theme",
        "[typescript]": {
            "editor.defaultFormatter": "xaver.clang-format"
        },
        "[proto3]": {
            "editor.defaultFormatter": "xaver.clang-format"
        },
        "terminal.integrated.shell.osx": "/usr/local/bin/zsh",
        "shellformat.path": "/usr/local/bin/shfmt",
        "todo-tree.tree.showScanModeButton": false,
        "todo-tree.general.statusBar": "tags",
        "telemetry.enableCrashReporter": false,
        "telemetry.enableTelemetry": false,
        "typescript.updateImportsOnFileMove.enabled": "always",
        "gitlens.defaultGravatarsStyle": "identicon",
        "workbench.colorTheme": "One Dark Pro",
        "workbench.startupEditor": "newUntitledFile"
    }
  • 相关阅读:
    Mysql
    JavaScript常用事件
    css
    HTML
    判断pc还是手机打开跳转到别的网页
    queue 队列
    兼容firstChild和firstElementChild
    总结各种width,height,top,left
    原生js提取非行间样式
    ie8 不支持media
  • 原文地址:https://www.cnblogs.com/Bob-wei/p/12466899.html
Copyright © 2020-2023  润新知