更新 settings.json

This commit is contained in:
colin 2024-01-13 17:14:23 +08:00
parent 47b287f2a9
commit 89d5f73ed7
1 changed files with 11 additions and 9 deletions

View File

@ -97,8 +97,8 @@
"terminal.integrated.inheritEnv": false, "terminal.integrated.inheritEnv": false,
"python.terminal.activateEnvironment": false, "python.terminal.activateEnvironment": false,
"[python]": { "[python]": {
"editor.insertSpaces": true, // "editor.insertSpaces": true,
"editor.tabSize": 2, // "editor.tabSize": 2,
"editor.defaultFormatter": "ms-python.black-formatter" "editor.defaultFormatter": "ms-python.black-formatter"
}, },
"workbench.editorAssociations": { "workbench.editorAssociations": {
@ -112,14 +112,13 @@
"jupyter-notebook": "left" "jupyter-notebook": "left"
}, },
"security.workspace.trust.untrustedFiles": "open", "security.workspace.trust.untrustedFiles": "open",
"workbench.editor.enablePreview": false,
"files.associations": { "files.associations": {
"BUILD": "bazel" "BUILD": "bazel"
}, },
"scm.countBadge": "off", "scm.countBadge": "off",
"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",
"diffEditor.maxComputationTime": 0, "diffEditor.maxComputationTime": 0,
"terminal.integrated.tabs.enabled": false, "terminal.integrated.tabs.enabled": false,
"files.watcherExclude": { "files.watcherExclude": {
@ -142,7 +141,6 @@
"editor.autoClosingDelete": "never", "editor.autoClosingDelete": "never",
"fonted.font": "menlo", "fonted.font": "menlo",
"git.openRepositoryInParentFolders": "never", "git.openRepositoryInParentFolders": "never",
"editor.minimap.enabled": false,
"C_Cpp.codeAnalysis.clangTidy.codeAction.showDisable": false, "C_Cpp.codeAnalysis.clangTidy.codeAction.showDisable": false,
"C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": false, "C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": false,
"C_Cpp.codeAnalysis.clangTidy.codeAction.showClear": "None", "C_Cpp.codeAnalysis.clangTidy.codeAction.showClear": "None",
@ -154,9 +152,13 @@
"C_Cpp.loggingLevel": "None", "C_Cpp.loggingLevel": "None",
"C_Cpp.default.enableConfigurationSquiggles": false, "C_Cpp.default.enableConfigurationSquiggles": false,
"files.autoGuessEncoding": true, "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": [ "black-formatter.args": [
"--line-length=120" "--line-length=120",
], ]
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false
} }