vscode连接不到扩展商店解决方法

文件》》首选项》》设置》》应用程序》》》代理服务器
在这里插入图片描述
这边是吧这个代理服务器地址错误我就删了然后我这边就可以显示了

如果你这边删除并不显示 那你该回来撒

在这里插入图片描述

添加背景图片

选择设置–点击设置选项–选择工作台–点击外观—settings.json
如下所示

{
    "workbench.iconTheme": "vscode-icons",
    "liveServer.settings.donotShowInfoMsg": true,
    "workbench.activityBar.visible": true,
    "git.autofetch": true,
    "typescript.disableAutomaticTypeAcquisition": true,
    "files.autoSave": "afterDelay",
    "background.enabled": true,
    "background.useDefault": false, //让默认图片改为false
    "background.customImages": [
     "file:///c:/5.jpg" //引入代码的路径
    ],
    "background.style": {
    "content": "''",
    "pointer-events": "none",
    "position": "absolute",
    "z-index": "99999",
    "width": "100%",
    "height": "100%",
    "background-position": "center",
    "background-repeat": "no-repeat",
    "background-size": "100%,100%",
     "opacity": 0.8 //透明度
    },
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐