无法在Live Server中加载图像并显示错误“ 还原view:imagePreview.previewEditor 时发生错误”。我已将图像放置在同一文件夹中,并且名称也正确。 以下是CSS代码。
body{
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: black;
}
#container{
width: 1000px;
height: 550px;
background-image: url(bgi.jpg);
margin:20px auto;
}
答案 0 :(得分:0)
是的,问题已解决。只需重新启动VS Code编辑器,即可解决此问题。