当前位置:网站首页>2022 the latest and most detailed will successfully set the background image in vscade and solve unsupported problems at the same time
2022 the latest and most detailed will successfully set the background image in vscade and solve unsupported problems at the same time
2022-07-02 16:07:00 【For taking notes】
List of articles
1、 Effect display

2、 Detailed steps for setting the background image
2.1 、 download background plug-in unit

2.2 、 Select extended settings

2.3 、 stay setting.json Editor in chief


2.4、 The corresponding configuration file
// background Configuration information
"update.enableWindowsBackgroundUpdates": true,
"background.customImages": [
"file:///G:/360MoveData/Users/ Jing Xiaowen /Desktop/ Shuffling figure /1.jpg" // Custom background
],
"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", // The picture size is full screen
"opacity": 0.2
},
"background.useFront": true,
"background.useDefault": false, // Whether to use the default image
2.5 、 Restart the computer ( Administrator status )
At this time, restart may pop up at the bottom right of the screen vscode Button
Tips : Mine is no hint , The picture can only be displayed after restarting as an administrator , modify setting.json The restart button will appear in the file 
3、 Problems encountered
3.1 After the picture is displayed 、 There will be an unsupported prompt . Not affecting use 、 But it affects your mood
Tips like this 、 It looks awful 
3.2 resolvent
3.2.1、 Download plug-ins Fix VSCode Checksums

3.2.2 、 Press key ctrl+shift+p Then enter this

3.3.3、 restart VScode

边栏推荐
- Pyinstaller's method of packaging pictures attached to exe
- 2020.4.12 byte written test questions B DP D monotone stack
- Processing gzip: stdin: not in gzip format: child returned status 1tar: error is not recoverable: exitin
- PHP static members
- Comprehensively interpret the background and concept of service mesh
- Review materials for the special topic of analog electronics with all essence: basic amplification circuit knowledge points
- Digital collection system development (program development) - Digital Collection 3D modeling economic model system development source code
- 【5G NR】RRC连接释放
- Dimension table and fact table in data warehouse
- MySQL calculates the data within the longitude and latitude range
猜你喜欢

Figure database | Nepal graph v3.1.0 performance report

Vscode设置标签页多行显示

Ant group's large-scale map computing system tugraph passed the national evaluation

华为云服务器安装mysqlb for mysqld.service failed because the control process exited with error code.See “sys

Experiment collection of University "Fundamentals of circuit analysis". Experiment 7 - Research on sinusoidal steady-state circuit

Xpt2046 four wire resistive touch screen

《大学“电路分析基础”课程实验合集.实验四》丨线性电路特性的研究

MySQL calculates the data within the longitude and latitude range

JS learning notes - data types

通过两级网关设计来路由服务网格流量
随机推荐
Memory alignment of structure
Experiment collection of University "Fundamentals of circuit analysis". Experiment 7 - Research on sinusoidal steady-state circuit
基于 Nebula Graph 构建百亿关系知识图谱实践
死锁的条件及解决方法
Pyobject to char* (string)
Another graduation season
去除router-link中的下划线
JS learning notes - process control
Moveit obstacle avoidance path planning demo
Use ffmpeg command line to push UDP and RTP streams (H264 and TS), and ffplay receives
构建多架构镜像的最佳实践
After the win10 system is upgraded for a period of time, the memory occupation is too high
/Bin/ld: cannot find -llz4
潘多拉 IOT 开发板学习(RT-Thread)—— 实验2 RGB LED 实验(学习笔记)
End time processing method of wechat v3native payment settings
Introduction to database system Chapter 1 short answer questions - how was the final exam?
Flink real-time data warehouse (7): Flink realizes the full pull module to extract data in MySQL
[5g NR] RRC connection release
Practice of constructing ten billion relationship knowledge map based on Nebula graph
Analysis of the difference between array and linked list