zoukankan      html  css  js  c++  java
  • VSCode常用设置

    {
        "todo-tree.tree.showScanModeButton": false,
        "git.enableSmartCommit": true,
        "git.autofetch": true,
        "files.autoSave": "off",
        "editor.fontSize": 21,
        "editor.formatOnSave": true,
        "editor.mouseWheelZoom": true,
        "window.newWindowDimensions": "maximized",
        "workbench.statusBar.visible": false,
        "breadcrumbs.enabled": true,
        "window.zoomLevel": 0,
        "terminal.integrated.fontSize": 21,
        "editor.renderWhitespace": "none",
        "editor.renderControlCharacters": true,
        "vetur.format.defaultFormatter.js": "vscode-typescript",
        "vetur.format.options.tabSize": 4,
        "javascript.preferences.quoteStyle": "single",
        "files.exclude": {
            "*.metadata": true,
            "*.settings": true,
            "**/*.pyc": true,
            "**/*.meta": true,
            "**/*.prefab": true,
            "**/*.d.ts": true,
            "**/*.fnt": true,
            "**/*.sln": true,
            "**/*.csproj": true,
            "**/.vscode": true,
            "**/*.anim": true,
            "**/*.controller": true,
            "**/Logs": true,
            "**/[Pp]lugins": true,
            "**/[Mm]aterials": true,
            "**/[Aa]nimation": true,
            "**/[Pp]refabs*": true,
            "**/[Pp]ackages": true,
            "**/[Tt]extures": true,
            "**/node_modules": true,
            "**/videos": true,
            "**/temp": true,
            "**/library": true,
            "**/audio": true,
            "**/video": true,
        }
    }
    
  • 相关阅读:
    哈希表(python)
    双端循环列表实现栈(python)
    链表实现队列(python)
    循环双端链表(python)
    单链表(python)
    LRU(最近最少使用)(python实现)
    Ajax在Django框架中简单应用2
    图书管理系统增删改查
    Jenkins接入LDAP
    安装python3.6
  • 原文地址:https://www.cnblogs.com/ezhar/p/13177454.html
Copyright © 2011-2022 走看看