关于vscode个人喜欢的配置

见名知义:

1、Babel JavaScript

2、background

3、Beautify

4、Dracula Official

5、HTML Snippets

6、jQuery Code Snippets

7、Live Server

8、Material Icon Theme

9、open in  browser

10、Path Intellisense

11、Vetur

12、font-family: Consolas, 'Courier New', monospace  

 

background:配置:

"settings": {
        "background.useDefault": false,
        "background.customImages": [
            "file:///E:/timg.jpg"
        ],
        "background.style": {
            "content": "''",
            "pointer-events": "none",
            "position": "absolute", //图片位置
            "width": "100%",
            "height": "100%",
            "z-index": "99999",
            "background.repeat": "no-repeat",
            "background-size": "120%,80%", //图片大小
            "opacity": 0.1 //透明度
        }

 

 

posted @ 2019-06-28 13:27  忧伤还是快乐i  阅读(292)  评论(0编辑  收藏  举报