当前位置:网站首页>2022最新最详细必成功的在Vscode中设置背景图、同时解决不受支持的问题
2022最新最详细必成功的在Vscode中设置背景图、同时解决不受支持的问题
2022-07-02 12:40:00 【做笔记用】
文章目录
1、效果展示

2、设置背景图的详细步骤
2.1 、下载background插件

2.2 、选择扩展设置

2.3 、在setting.json中编辑


2.4、对应的配置文件
// background配置信息
"update.enableWindowsBackgroundUpdates": true,
"background.customImages": [
"file:///G:/360MoveData/Users/静小文/Desktop/轮播图/1.jpg" // 自定义背景图
],
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "fixed",
"z-index": "99999",
"width": "100%",
"height": "100%",
"top":"0px",
"left":"0px",
"background-position": "100% 100%",
"background-repeat": "no-repeat",
"background-size": "cover", //图片大小为全屏
"opacity": 0.2
},
"background.useFront": true,
"background.useDefault": false, //是否使用默认图片
2.5 、重启电脑(管理员身份)
这个时候可能会在屏幕右下方弹出重启vscode按钮
提示:我的是没有提示,只有在用管理员身份重启后才可以显示图片,修改setting.json文件会出现重启的按钮
3、遇到的问题
3.1 图片显示后、会出现不支持的提示。不影响使用、但是影响心情呐
像这个样子的提示、看起来真难受
3.2 解决方法
3.2.1、下载插件Fix VSCode Checksums

3.2.2 、按组合键ctrl+shift+p 然后输入这个

3.3.3、重启VScode

边栏推荐
- 可视化技术在 Nebula Graph 中的应用
- [fluent] dart language (DART language features | JIT instant compilation | AOT static compilation)
- Comprehensively interpret the background and concept of service mesh
- 《大学“电路分析基础”课程实验合集.实验五》丨线性有源二端网络等效电路的研究
- Compress words (kmp/ string hash, double hash)
- /Bin/ld: cannot find -llz4
- beforeEach
- Analysis of the difference between array and linked list
- 解决BASE64Encoder报错的问题
- Aike AI frontier promotion (7.2)
猜你喜欢

Register as a harmonios developer and install deveco studio 3.0 beta2 for harmonios

微信v3native支付设置的结束时间处理办法

Crawl the information of national colleges and universities in 1 minute and make it into a large screen for visualization!

How to use percona tool to add fields to MySQL table after interruption

End time processing method of wechat v3native payment settings

idea 公共方法抽取快捷键

HMS core machine learning service helps zaful users to shop conveniently
![[5g NR] RRC connection release](/img/f3/a03f5124493b1c03e7336c55871330.png)
[5g NR] RRC connection release

《大学“电路分析基础”课程实验合集.实验六》丨典型信号的观察与测量

idea jar包冲突排查
随机推荐
Postgressql stream replication active / standby switchover primary database no read / write downtime scenario
目标检测—利用labelimg制作自己的深度学习目标检测数据集
由ASP.NET Core根据路径下载文件异常引发的探究
Floyed "suggestions collection"
Dimension table and fact table in data warehouse
数据库系统概论第一章简答题-期末考得怎么样?
/Bin/ld: cannot find -lssl
AWS云主机扩容
Practice of constructing ten billion relationship knowledge map based on Nebula graph
[5g NR] RRC connection release
PHP static members
可视化技术在 Nebula Graph 中的应用
《大学“电路分析基础”课程实验合集.实验四》丨线性电路特性的研究
Register as a harmonios developer and install deveco studio 3.0 beta2 for harmonios
Flink real-time data warehouse (IX): incremental synchronization of data in MySQL
构建多架构镜像的最佳实践
隐藏在 Nebula Graph 背后的星辰大海
解决BASE64Encoder报错的问题
Storage, reading and writing of blood relationship data of Nepal Graph & Data Warehouse
(万字精华知识总结)Shell脚本编程基础知识