更新 'settings.json'

This commit is contained in:
colin 2023-09-05 11:36:46 +08:00
parent 1e32eda5bf
commit eb27c8923d
1 changed files with 6 additions and 9 deletions

View File

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