關於vscode我的喜歡的配置

見名知義:flex

一、Babel JavaScriptspa

二、background圖片

三、Beautifyip

四、Dracula Officialci

五、HTML Snippetsit

六、jQuery Code Snippetsio

七、Live Serverevent

八、Material Icon Themeclass

九、open in  browsercli

十、Path Intellisense

十一、Vetur

十二、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 //透明度
        }
相關文章
相關標籤/搜索