VSC kullanmıyorum ama bir ara indirip kendime göre özelleştirmiştim. Merak edenler çalıştırıp kanlı canlı bir şekilde görebilirler:
[CODE lang="javascript" title="settings.json" highlight="7"]{
"editor.fontSize": 18,
"editor.fontFamily": "'Andale Mono'",
"editor.cursorStyle": "underline",
"editor.insertSpaces": false,
"extensions.ignoreRecommendations": true,
"workbench.colorTheme": "Default Light+",
"workbench.sideBar.location": "right",
"editor.cursorBlinking": "solid",
"workbench.iconTheme": null,
"telemetry.enableTelemetry": false,
"python.pythonPath": "/usr/bin/python"
}[/CODE]