zoukankan      html  css  js  c++  java
  • VSCODE极简配置(备份)

    {
        "files.autoSave": "afterDelay",
        "files.autoSaveDelay": 100000,
        "editor.wordWrap": "on",
        "editor.mouseWheelZoom": true,
        "editor.minimap.enabled": false,
        "workbench.commandPalette.preserveInput": true,
        "workbench.tree.indent": 25,
        "workbench.tree.renderIndentGuides": "none",
        "workbench.view.alwaysShowHeaderActions": true,
        "workbench.editor.closeOnFileDelete": true,
        "workbench.editor.labelFormat": "short",
        "workbench.editor.tabSizing": "shrink",
        "window.autoDetectHighContrast": false,
        "window.doubleClickIconToClose": true,
        "window.zoomLevel": -0.3,
        "search.showLineNumbers": true,
        "terminal.integrated.splitCwd": "initial",
        "css.lint.ieHack": "warning",
        "html.mirrorCursorOnMatchingTag": true,
        "editor.formatOnSave": true,
        "workbench.iconTheme": "vscode-icons",
        "vsicons.dontShowNewVersionMessage": true,
        "window.menuBarVisibility": "visible",
        "workbench.colorTheme": "Monokai",
        "vetur.format.defaultFormatter.js": "vscode-typescript",
        "vetur.completion.tagCasing": "initial",
        "vetur.format.options.tabSize": 4,
        "vetur.format.defaultFormatter.html": "prettier",
        "code-runner.saveFileBeforeRun": true,
        "code-runner.clearPreviousOutput": true,
        "code-runner.runInTerminal": true,
        "explorer.incrementalNaming": "smart",
        "liveServer.settings.donotShowInfoMsg": true
    }
  • 相关阅读:
    运维自动化-Ansible
    YARN 的深入简出
    HDFS 总结
    IDEA 创建HDFS项目 JAVA api
    解决 HDFS 开发 java.lang.IllegalArgumentException: java.net.UnknownHostException: hadoop000
    hadoop深入简出(二)
    大数据hadoop的伪分布式搭建
    anaconda的安装tensorflow
    switch只跟在这些之后
    jsp页面之初体验
  • 原文地址:https://www.cnblogs.com/aeipyuan/p/12638601.html
Copyright © 2011-2022 走看看