更新 'settings.json'

This commit is contained in:
colin 2022-05-07 17:50:29 +08:00
parent 62093a5871
commit 00f01d9af8
1 changed files with 35 additions and 37 deletions

View File

@ -35,13 +35,13 @@
"editor.fontSize": 13, "editor.fontSize": 13,
"problems.decorations.enabled": false, "problems.decorations.enabled": false,
"editor.tokenColorCustomizations": { "editor.tokenColorCustomizations": {
"comments":"#7c7c7c", "comments": "#7c7c7c",
"keywords": "#808000", "keywords": "#808000",
"variables": "#000000", "variables": "#000000",
"strings": "#008080", "strings": "#008080",
"functions": "#800000", "functions": "#800000",
"numbers": "#008000", "numbers": "#008000",
"types": "#400080", "types": "#400080",
}, },
"terminal.integrated.scrollback": 10000, "terminal.integrated.scrollback": 10000,
"explorer.autoReveal": false, "explorer.autoReveal": false,
@ -49,41 +49,7 @@
"editor.minimap.showSlider": "always", "editor.minimap.showSlider": "always",
"editor.minimap.renderCharacters": false, "editor.minimap.renderCharacters": false,
"window.zoomLevel": 1.5, "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, "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, "editor.largeFileOptimizations": false,
"explorer.openEditors.visible": 0, "explorer.openEditors.visible": 0,
"breadcrumbs.enabled": true, "breadcrumbs.enabled": true,
@ -128,7 +94,6 @@
}, },
"scm.countBadge": "off", "scm.countBadge": "off",
"workbench.statusBar.visible": false, "workbench.statusBar.visible": false,
"workbench.activityBar.visible": false,
"terminal.integrated.defaultProfile.linux": "zsh", "terminal.integrated.defaultProfile.linux": "zsh",
"editor.bracketPairColorization.enabled": true, "editor.bracketPairColorization.enabled": true,
"systemverilog.formatCommand": "verible-verilog-format --column_limit 80", "systemverilog.formatCommand": "verible-verilog-format --column_limit 80",
@ -139,4 +104,37 @@
"editor.autoClosingQuotes": "never", "editor.autoClosingQuotes": "never",
"editor.autoClosingBrackets": "never", "editor.autoClosingBrackets": "never",
"cmake.configureOnEdit": false, "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": [],
} }