关于vscode个人喜欢的配置

时间:2019-06-28 14:28:51   收藏:0   阅读:98

见名知义:

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 //透明度
        }

原文:https://www.cnblogs.com/lkkk/p/11102168.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!