更新 settings.json
This commit is contained in:
parent
89d5f73ed7
commit
5fcd5c6af9
|
@ -97,8 +97,6 @@
|
|||
"terminal.integrated.inheritEnv": false,
|
||||
"python.terminal.activateEnvironment": false,
|
||||
"[python]": {
|
||||
// "editor.insertSpaces": true,
|
||||
// "editor.tabSize": 2,
|
||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||
},
|
||||
"workbench.editorAssociations": {
|
||||
|
@ -118,7 +116,7 @@
|
|||
"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": {
|
||||
|
@ -160,5 +158,7 @@
|
|||
"diffEditor.useInlineViewWhenSpaceIsLimited": false,
|
||||
"black-formatter.args": [
|
||||
"--line-length=120",
|
||||
]
|
||||
],
|
||||
"workbench.statusBar.visible": false,
|
||||
"workbench.activityBar.location": "hidden"
|
||||
}
|
Loading…
Reference in New Issue