Skip to content

Commit

Permalink
更新 vscode 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
iTonyYo committed Jun 3, 2021
1 parent 79f80f9 commit edf85f0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"update.showReleaseNotes": false,
"search.maintainFileSearchCache": true,
"search.showLineNumbers": true,
"search.smartCase": true,
"window.zoomLevel": 0,
"zenMode.restore": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"terminal.integrated.rendererType": "canvas",
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.fontFamily": "Hack",
Expand All @@ -34,15 +30,13 @@
"css.validate": false,
"css.lint.emptyRules": "ignore",
"markdown.preview.fontSize": 16,
"markdown.extension.toc.githubCompatibility": true,
"markdown.extension.toc.updateOnSave": false,
"markdown.preview.fontFamily": "-apple-system, 'Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, 'Liberation Sans', 'PingFang SC', 'Hiragino Sans GB', 'Source Han Sans CN', 'Source Han Sans SC', 'Microsoft YaHei', 'Wenquanyi Micro Hei', 'WenQuanYi Zen Hei', 'ST Heiti', SimHei, 'WenQuanYi Zen Hei Sharp', sans-serif",
"markdown.extension.preview.autoShowPreviewToSide": false,
"markdown.extension.print.imgToBase64": true,
"workbench.sideBar.location": "right",
"workbench.commandPalette.history": 100,
"workbench.iconTheme": "vscode-icons",
"workbench.statusBar.feedback.visible": false,
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.labelFormat": "medium",
"workbench.editor.tabCloseButton": "left",
Expand All @@ -65,16 +59,10 @@
},
"csv-preview.lineNumbers": "ordinal",
"csv-preview.resizeColumns": "all",
"csv-preview.theme": "light",
"fileutils.delete.useTrash": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.useExperimentalFileWatcher": true,
"atomKeymap.promptV3Features": true,
"explorer.confirmDragAndDrop": false,
"sync.gist": "7817831a489392a8ff81dbf62a3a0416",
"sync.quietSync": true,
"sync.autoUpload": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"npm.packageManager": "yarn",
Expand Down

0 comments on commit edf85f0

Please sign in to comment.