Update settings.json
This commit is contained in:
parent
078877e483
commit
5cd002d216
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
"python.pythonPath": "/home/colin/anaconda2/bin/python",
|
"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",
|
||||||
"window.zoomLevel": 0,
|
|
||||||
"workbench.editor.enablePreview": false,
|
"workbench.editor.enablePreview": false,
|
||||||
"[cpp]": {},
|
"[cpp]": {},
|
||||||
"C_Cpp.clang_format_style": "Google",
|
"C_Cpp.clang_format_style": "Google",
|
||||||
|
@ -21,7 +20,9 @@
|
||||||
"editorBracketMatch.background": "#fffb00",
|
"editorBracketMatch.background": "#fffb00",
|
||||||
"terminal.background" : "#f8f8f8",
|
"terminal.background" : "#f8f8f8",
|
||||||
},
|
},
|
||||||
"editor.fontSize": 14,
|
"editor.fontFamily": "SF Mono",
|
||||||
|
"C_Cpp.updateChannel": "Insiders",
|
||||||
|
"http.proxySupport": "off",
|
||||||
"editor.fontWeight": "500",
|
"editor.fontWeight": "500",
|
||||||
"editor.tokenColorCustomizations": {
|
"editor.tokenColorCustomizations": {
|
||||||
"comments":"#7c7c7c",
|
"comments":"#7c7c7c",
|
||||||
|
@ -32,9 +33,22 @@
|
||||||
"numbers": "#009100",
|
"numbers": "#009100",
|
||||||
},
|
},
|
||||||
"terminal.integrated.fontWeight": "500",
|
"terminal.integrated.fontWeight": "500",
|
||||||
"terminal.integrated.fontSize": 14,
|
"terminal.integrated.fontFamily": "SF Mono",
|
||||||
|
"terminal.integrated.scrollback": 10000,
|
||||||
"explorer.autoReveal": false,
|
"explorer.autoReveal": false,
|
||||||
"editor.minimap.maxColumn": 80,
|
"editor.minimap.maxColumn": 80,
|
||||||
"editor.minimap.showSlider": "always",
|
"editor.minimap.showSlider": "always",
|
||||||
"editor.minimap.renderCharacters": false,
|
"editor.minimap.renderCharacters": false,
|
||||||
|
"window.zoomLevel": 0,
|
||||||
|
"editor.fontSize": 15,
|
||||||
|
"debug.console.fontSize": 15,
|
||||||
|
"terminal.integrated.fontSize": 16,
|
||||||
|
"gitlens.currentLine.enabled": false,
|
||||||
|
"gitlens.hovers.currentLine.over": "line",
|
||||||
|
"gitlens.mode.statusBar.enabled": false,
|
||||||
|
"gitlens.statusBar.enabled": false,
|
||||||
|
"gitlens.hovers.enabled": false,
|
||||||
|
"python.linting.mypyEnabled": true,
|
||||||
|
"python.linting.pylintEnabled": false,
|
||||||
|
"python.jediEnabled": false,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue