From 00f01d9af84de005052f62e3ecf159d8be2db68f Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 7 May 2022 17:50:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'settings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 72 +++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 37 deletions(-) diff --git a/settings.json b/settings.json index a8c4a8e..6181b28 100644 --- a/settings.json +++ b/settings.json @@ -35,13 +35,13 @@ "editor.fontSize": 13, "problems.decorations.enabled": false, "editor.tokenColorCustomizations": { - "comments":"#7c7c7c", + "comments": "#7c7c7c", "keywords": "#808000", "variables": "#000000", "strings": "#008080", "functions": "#800000", "numbers": "#008000", - "types": "#400080", + "types": "#400080", }, "terminal.integrated.scrollback": 10000, "explorer.autoReveal": false, @@ -49,41 +49,7 @@ "editor.minimap.showSlider": "always", "editor.minimap.renderCharacters": false, "window.zoomLevel": 1.5, - "gitlens.currentLine.enabled": false, - "gitlens.hovers.currentLine.over": "line", - "gitlens.mode.statusBar.enabled": false, - "gitlens.hovers.enabled": false, - "gitlens.codeLens.authors.enabled": false, - "gitlens.codeLens.recentChange.enabled": false, "python.linting.pylintEnabled": false, - "gitlens.menus": { - "editor": false, - "editorGroup": false, - "editorTab": false, - "explorer": false, - "scmGroup": { - "compare": true, - "openClose": true, - "stash": true, - "stashInline": true - }, - "scmItem": { - "clipboard": true, - "compare": true, - "history": true, - "remote": true, - "stash": true - } - }, - "gitlens.blame.highlight.locations": [ - "gutter", - "line", - "overview" - ], - "gitlens.blame.highlight.enabled": false, - "gitlens.blame.heatmap.enabled": false, - "gitlens.blame.avatars": false, - "gitlens.blame.compact": false, "editor.largeFileOptimizations": false, "explorer.openEditors.visible": 0, "breadcrumbs.enabled": true, @@ -128,7 +94,6 @@ }, "scm.countBadge": "off", "workbench.statusBar.visible": false, - "workbench.activityBar.visible": false, "terminal.integrated.defaultProfile.linux": "zsh", "editor.bracketPairColorization.enabled": true, "systemverilog.formatCommand": "verible-verilog-format --column_limit 80", @@ -139,4 +104,37 @@ "editor.autoClosingQuotes": "never", "editor.autoClosingBrackets": "never", "cmake.configureOnEdit": false, + "gitlens.menus": { + "editor": false, + "editorGroup": false, + "editorTab": false, + "explorer": false, + "scmGroup": { + "compare": true, + "openClose": true, + "stash": true, + "stashInline": true + }, + "scmItem": { + "clipboard": true, + "compare": true, + "history": true, + "remote": true, + "stash": true + } + }, + "gitlens.blame.highlight.enabled": false, + "gitlens.hovers.currentLine.over": "line", + "gitlens.mode.statusBar.enabled": false, + "gitlens.codeLens.authors.enabled": false, + "gitlens.advanced.fileHistoryFollowsRenames": true, + "gitlens.currentLine.enabled": false, + "gitlens.codeLens.recentChange.enabled": false, + "gitlens.codeLens.enabled": false, + "gitlens.statusBar.enabled": false, + "gitlens.hovers.enabled": false, + "gitlens.blame.heatmap.enabled": false, + "gitlens.blame.avatars": false, + "gitlens.blame.compact": false, + "gitlens.heatmap.locations": [], } \ No newline at end of file