How to egghead

Recommended VSCode Settings for Screencasting

If you are using VSCode, egghead instructor Andy Van Slaars has put together a GitHub repo with a screencasting profile that loads the settings he uses when recording screencasts.

Here are some more settings that help remove some of the distractions:

"editor.minimap.enabled": false,
"explorer.confirmDragAndDrop": false,
"editor.fontSize": 18,
"terminal.integrated.fontSize": 18,
"editor.quickSuggestions": false,
"editor.suggestOnTriggerCharacters": false,
"editor.wordBasedSuggestions": false,
"editor.quickSuggestionsDelay": 1000000,
"editor.parameterHints.enabled": false,
"gitlens.mode.active": "zen",
"editor.lightbulb.enabled": false,
"breadcrumbs.enabled": false,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": false