更新 'settings.json'
This commit is contained in:
parent
1e32eda5bf
commit
eb27c8923d
|
@ -34,13 +34,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,
|
||||||
|
@ -51,7 +51,6 @@
|
||||||
"gitlens.hovers.enabled": false,
|
"gitlens.hovers.enabled": false,
|
||||||
"gitlens.codeLens.authors.enabled": false,
|
"gitlens.codeLens.authors.enabled": false,
|
||||||
"gitlens.codeLens.recentChange.enabled": false,
|
"gitlens.codeLens.recentChange.enabled": false,
|
||||||
"python.linting.pylintEnabled": false,
|
|
||||||
"gitlens.menus": {
|
"gitlens.menus": {
|
||||||
"editor": false,
|
"editor": false,
|
||||||
"editorGroup": false,
|
"editorGroup": false,
|
||||||
|
@ -90,11 +89,9 @@
|
||||||
"extensions.ignoreRecommendations": false,
|
"extensions.ignoreRecommendations": false,
|
||||||
"editor.cursorBlinking": "solid",
|
"editor.cursorBlinking": "solid",
|
||||||
"window.title": "【 ${folderName} 】【 ${remoteName} 】${folderPath}",
|
"window.title": "【 ${folderName} 】【 ${remoteName} 】${folderPath}",
|
||||||
"python.showStartPage": false,
|
|
||||||
"workbench.colorTheme": "Default Light+",
|
"workbench.colorTheme": "Default Light+",
|
||||||
"rust.show_warnings": false,
|
"rust.show_warnings": false,
|
||||||
"git.detectSubmodules": false,
|
"git.detectSubmodules": false,
|
||||||
"python.languageServer": "Jedi",
|
|
||||||
"editor.fontFamily": "menlo,sarasa-fixed-sc-regular,NotoSansMonoCJKsc-Regular",
|
"editor.fontFamily": "menlo,sarasa-fixed-sc-regular,NotoSansMonoCJKsc-Regular",
|
||||||
"rst.preview.pythonPath": "",
|
"rst.preview.pythonPath": "",
|
||||||
"terminal.integrated.inheritEnv": false,
|
"terminal.integrated.inheritEnv": false,
|
||||||
|
@ -124,7 +121,6 @@
|
||||||
"editor.bracketPairColorization.enabled": true,
|
"editor.bracketPairColorization.enabled": true,
|
||||||
"systemverilog.formatCommand": "verible-verilog-format --column_limit 80",
|
"systemverilog.formatCommand": "verible-verilog-format --column_limit 80",
|
||||||
"diffEditor.maxComputationTime": 0,
|
"diffEditor.maxComputationTime": 0,
|
||||||
"diffEditor.ignoreTrimWhitespace": false,
|
|
||||||
"terminal.integrated.tabs.enabled": false,
|
"terminal.integrated.tabs.enabled": false,
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"**/.bloop": true,
|
"**/.bloop": true,
|
||||||
|
@ -157,9 +153,10 @@
|
||||||
"git.showCommitInput": false,
|
"git.showCommitInput": false,
|
||||||
"C_Cpp.loggingLevel": "None",
|
"C_Cpp.loggingLevel": "None",
|
||||||
"C_Cpp.default.enableConfigurationSquiggles": false,
|
"C_Cpp.default.enableConfigurationSquiggles": false,
|
||||||
"workbench.statusBar.visible": false,
|
"files.autoGuessEncoding": true,
|
||||||
"workbench.activityBar.visible": false,
|
|
||||||
"black-formatter.args": [
|
"black-formatter.args": [
|
||||||
"--line-length=120"
|
"--line-length=120"
|
||||||
]
|
],
|
||||||
|
"workbench.activityBar.visible": false,
|
||||||
|
"workbench.statusBar.visible": false
|
||||||
}
|
}
|
Loading…
Reference in New Issue