zoukankan      html  css  js  c++  java
  • VScode 舒服窗口样式设置

    Settings.json

    {
        "files.autoSave": "afterDelay",
        "window.zoomLevel": 0,
        "[json]": {
            "editor.defaultFormatter": "vscode.json-language-features"
        },
        "[html]": {
            "editor.defaultFormatter": "esbenp.prettier-vscode"
        },
        "workbench.editorAssociations": [
            {
                "viewType": "jupyter.notebook.ipynb",
                "filenamePattern": "*.ipynb"
            }
        ],
        "background.customImages": [
            "file:///C:/Users/lenovo/Documents/编码背景图.png","file:///C:/Users/lenovo/Documents/编码背景图.png","file:///C:/Users/lenovo/Documents/编码背景图.png"
        ],
        "background.styles": [
            {
                "content":"''",
                "pointer-events":"none",
                "position":"absolute",
                "width":"100%",
                "height":"100%",
                "z-index":"99999",
                "background.repeat":"no-repeat",
                "background-size":"7%,7%",
                "opacity":1
            },
            {
                "content":"''",
                "pointer-events":"none",
                "position":"absolute",
                "width":"100%",
                "height":"100%",
                "z-index":"99999",
                "background.repeat":"no-repeat",
                "background-size":"7%,7%",
                "opacity":1
            },
            {
                "content":"''",
                "pointer-events":"none",
                "position":"absolute",
                "width":"100%",
                "height":"100%",
                "z-index":"99999",
                "background.repeat":"no-repeat",
                "background-size":"7%,7%",
                "opacity":1
            },
        
        ],
        "background.useFront": true,
        "background.useDefault": false,
        "workbench.iconTheme": "eq-material-theme-icons-palenight",
        "[vue]": {
            "editor.defaultFormatter": "octref.vetur"
        },
        "editor.fontSize": 14, //窗口字号显示
        "editor.minimap.enabled": false,
        
        "workbench.colorCustomizations": {
            "editor.selectionHighlightBackground": "#d4d4d463"
        },
        "files.associations": {
            "*.vue":"html"
        },
    
    }

     

     

    加油,愿被这世界温柔以待 ^_^
  • 相关阅读:
    数据结构课后
    idea 使用java 链接sqlservice 2008
    超链接 a href 提交表单通过post方式
    课程主页之课程接口
    课程主页之课程表数据
    课程表分析
    课程前端简单页面
    前台的登录注册
    ORM常用字段及参数与查询 -刘
    Celery配置与使用
  • 原文地址:https://www.cnblogs.com/liruilong/p/14742819.html
Copyright © 2011-2022 走看看