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