From 89d5f73ed71d5477b91027693375b80db6a7a5eb Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 13 Jan 2024 17:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20settings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/settings.json b/settings.json index 88d1167..3ced63c 100644 --- a/settings.json +++ b/settings.json @@ -97,8 +97,8 @@ "terminal.integrated.inheritEnv": false, "python.terminal.activateEnvironment": false, "[python]": { - "editor.insertSpaces": true, - "editor.tabSize": 2, + // "editor.insertSpaces": true, + // "editor.tabSize": 2, "editor.defaultFormatter": "ms-python.black-formatter" }, "workbench.editorAssociations": { @@ -112,14 +112,13 @@ "jupyter-notebook": "left" }, "security.workspace.trust.untrustedFiles": "open", - "workbench.editor.enablePreview": false, "files.associations": { "BUILD": "bazel" }, "scm.countBadge": "off", "terminal.integrated.defaultProfile.linux": "zsh", "editor.bracketPairColorization.enabled": true, - "systemverilog.formatCommand": "verible-verilog-format --column_limit 80", + // "systemverilog.formatCommand": "verible-verilog-format --column_limit 80", "diffEditor.maxComputationTime": 0, "terminal.integrated.tabs.enabled": false, "files.watcherExclude": { @@ -142,7 +141,6 @@ "editor.autoClosingDelete": "never", "fonted.font": "menlo", "git.openRepositoryInParentFolders": "never", - "editor.minimap.enabled": false, "C_Cpp.codeAnalysis.clangTidy.codeAction.showDisable": false, "C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": false, "C_Cpp.codeAnalysis.clangTidy.codeAction.showClear": "None", @@ -154,9 +152,13 @@ "C_Cpp.loggingLevel": "None", "C_Cpp.default.enableConfigurationSquiggles": false, "files.autoGuessEncoding": true, + "workbench.layoutControl.enabled": false, + "window.commandCenter": false, + "workbench.editor.enablePreview": false, + "bitoAI.codeCompletion.setAutoCompletionTriggerLogic": 250, + "diffEditor.experimental.showMoves": true, + "diffEditor.useInlineViewWhenSpaceIsLimited": false, "black-formatter.args": [ - "--line-length=120" - ], - "workbench.activityBar.visible": false, - "workbench.statusBar.visible": false + "--line-length=120", + ] } \ No newline at end of file