Skip to content

Commit

Permalink
配置: 🔧 更新 VSCode 编辑器配置
Browse files Browse the repository at this point in the history
  • Loading branch information
iTonyYo committed Apr 26, 2020
1 parent 39f7377 commit 238628f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,24 @@
"search.maintainFileSearchCache": true,
"search.showLineNumbers": true,
"search.smartCase": true,
"search.usePCRE2": true,
"window.zoomLevel": 0,
"zenMode.restore": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"terminal.integrated.rendererType": "canvas",
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.fontFamily": "Fira Code",
"terminal.integrated.fontFamily": "Hack",
"terminal.integrated.confirmOnExit": true,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.enableBell": true,
"debug.console.fontFamily": "Fira Code",
"debug.console.fontFamily": "Hack",
"editor.foldingStrategy": "indentation",
"editor.smoothScrolling": true,
"editor.links": false,
"editor.tabSize": 2,
"editor.fontFamily": "Fira Code",
"editor.fontFamily": "Hack",
"editor.minimap.enabled": true,
"editor.minimap.maxColumn": 80,
"editor.minimap.renderCharacters": false,
Expand All @@ -47,7 +46,7 @@
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.labelFormat": "medium",
"workbench.editor.tabCloseButton": "left",
"workbench.colorTheme": "Tomorrow Night Blue",
"workbench.colorTheme": "Juicy Contrast (rainglow)",
"workbench.statusBar.visible": false,
"javascript.validate.enable": false,
"javascript.updateImportsOnFileMove.enabled": "always",
Expand All @@ -70,6 +69,7 @@
"fileutils.delete.useTrash": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.useExperimentalFileWatcher": true,
"atomKeymap.promptV3Features": true,
"explorer.confirmDragAndDrop": false,
"sync.gist": "7817831a489392a8ff81dbf62a3a0416",
Expand Down

0 comments on commit 238628f

Please sign in to comment.