VS Code Settings for Screencasting
🌱 This post is in the growth phase. It may still be useful as it grows up.
These are settings I commonly set for screencasting. The values change by project but the options are consistent.
{ "editor.lightbulb.enabled": false, "workbench.statusBar.visible": false, "explorer.excludeGitIgnore": false, "editor.lineNumbers": "off", "terminal.integrated.fontSize": 15, "editor.fontSize": 16, "window.zoomLevel": 1}
Take it further
I haven’t had much luck with VS Code profiles. But this would be the ideal place to implement this type of custom setting.