更新 settings.json

This commit is contained in:
colin 2024-01-13 17:15:36 +08:00
parent 89d5f73ed7
commit 5fcd5c6af9
1 changed files with 4 additions and 4 deletions

View File

@ -97,8 +97,6 @@
"terminal.integrated.inheritEnv": false, "terminal.integrated.inheritEnv": false,
"python.terminal.activateEnvironment": false, "python.terminal.activateEnvironment": false,
"[python]": { "[python]": {
// "editor.insertSpaces": true,
// "editor.tabSize": 2,
"editor.defaultFormatter": "ms-python.black-formatter" "editor.defaultFormatter": "ms-python.black-formatter"
}, },
"workbench.editorAssociations": { "workbench.editorAssociations": {
@ -118,7 +116,7 @@
"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": {
@ -160,5 +158,7 @@
"diffEditor.useInlineViewWhenSpaceIsLimited": false, "diffEditor.useInlineViewWhenSpaceIsLimited": false,
"black-formatter.args": [ "black-formatter.args": [
"--line-length=120", "--line-length=120",
] ],
"workbench.statusBar.visible": false,
"workbench.activityBar.location": "hidden"
} }