前言


一,推荐主题
Moonlight

Nord

Noctis

Palenight

Ayu

二,万能插件
语言支持
Java

C/C++

MySQL

HTML/CSS

Markdown

Python

代码神器
Auto Close Tag

Better Comments

 
 
Bracket Pair Colorizer


leetcode

live server

Path Intellisense
 编码神器,
编码神器,
vscode-icons

 
Code Runner

Debugger for Chrome

Auto Import

Snippets


background


- 
   
     
     
     {
     
- 
   
     
         
     "background.useFront"
     : 
     true
     ,
     
- 
   
     
         
     "background.useDefault"
     : 
     false
     , 
     //是否使用默认图片
     
- 
   
     
         
     "background.customImages"
     : 
     [
     
- 
   
     
             
     "file:///D:/2/1.jpg"
     //路径为默认的图片地址
     
- 
   
     
           
     ]
     ,
     
- 
   
     
         
     "background.style"
     : 
     {
     
- 
   
     
      
     
- 
   
     
      
     
- 
   
     
             
     "content"
     : 
     "''"
     ,
     
- 
   
     
             
     "pointer-events"
     : 
     "none"
     ,
     
- 
   
     
             
     "position"
     : 
     "absolute"
     ,
     
- 
   
     
             
     "z-index"
     : 
     "99999"
     ,
     
- 
   
     
             
     "width"
     : 
     "100%"
     ,
     //宽度
     
- 
   
     
             
     "height"
     : 
     "100%"
     ,
     //高度
     
- 
   
     
             
     "background-position"
     : 
     "120% 90%"
     ,
     //文件位置
     
- 
   
     
             
     "background-repeat"
     : 
     "no-repeat"
     ,
     //是否默认文字重复
     
- 
   
     
             
     "opacity"
     : 
     0.1
     //不透明度0~1
     
- 
   
     
         
     }
     ,
     
- 
   
     
         
     "security.workspace.trust.untrustedFiles"
     : 
     "open"
     ,
     
- 
   
     
         
     "workbench.editorAssociations"
     : 
     {
     
- 
   
     
             
     "*.swf"
     : 
     "default"
     ,
     
- 
   
     
             
     "*.exe"
     : 
     "default"
     
- 
   
     
         
     }
     ,
     
- 
   
     
         
     "C_Cpp.updateChannel"
     : 
     "Insiders"
     ,
     
- 
   
     
         
     "workbench.colorTheme"
     : 
     "Visual Studio Dark - C++"
     ,
     
- 
   
     
         
     "code-runner.runInTerminal"
     : 
     true
     ,
     
- 
   
     
         
     "terminal.integrated.defaultProfile.windows"
     : 
     "PowerShell"
     ,
     
- 
   
     
         
     "window.zoomLevel"
     : 
     1
     ,
     
- 
   
     
         
     "editor.suggestSelection"
     : 
     "first"
     ,
     
- 
   
     
         
     "vsintellicode.modify.editor.suggestSelection"
     : 
     "automaticallyOverrodeDefaultValue"
     ,
     
- 
   
     
         
     "files.exclude"
     : 
     {
     
- 
   
     
             
     "**/.classpath"
     : 
     true
     ,
     
- 
   
     
             
     "**/.project"
     : 
     true
     ,
     
- 
   
     
             
     "**/.settings"
     : 
     true
     ,
     
- 
   
     
             
     "**/.factorypath"
     : 
     true
     
- 
   
     
         
     }
     
- 
   
     
     
     }
     
Chinese












