更新 'settings.json'

This commit is contained in:
colin 2020-05-02 11:15:06 +08:00
parent 075dda29d6
commit bf92e76ece
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
{
"python.pythonPath": "/home/colin/anaconda3/bin/python",
"workbench.colorTheme": "Default Light+",
"editor.tabSize": 2,
"C_Cpp.errorSquiggles": "Disabled",
@ -20,7 +19,6 @@
"editorBracketMatch.background": "#fffb00",
"terminal.background" : "#f8f8f8",
},
"editor.fontFamily": "SF Mono",
"C_Cpp.updateChannel": "Insiders",
"http.proxySupport": "off",
"editor.fontWeight": "500",
@ -33,7 +31,6 @@
"numbers": "#009100",
},
"terminal.integrated.fontWeight": "500",
"terminal.integrated.fontFamily": "SF Mono",
"terminal.integrated.scrollback": 10000,
"explorer.autoReveal": false,
"editor.minimap.maxColumn": 80,
@ -95,7 +92,7 @@
"terminal": [
"workbench.action.terminal.toggleTerminal",
"workbench.action.toggleMaximizedPanel",
]
],
"bar": [
"workbench.action.toggleActivityBarVisibility",
"workbench.action.toggleStatusbarVisibility",
@ -103,3 +100,4 @@
},
"json.maxItemsComputed": 50000,
}