From eb27c8923d7febd9b245e9a32a7789544687ce61 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 5 Sep 2023 11:36:46 +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 | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/settings.json b/settings.json index b348d71..88d1167 100644 --- a/settings.json +++ b/settings.json @@ -34,13 +34,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, @@ -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 } \ No newline at end of file