Skip to content

Instantly share code, notes, and snippets.

@SimeonGriggs
Created June 20, 2024 20:11
Show Gist options
  • Save SimeonGriggs/a41ea8178d8b26c9fba38b339fd152de to your computer and use it in GitHub Desktop.
Save SimeonGriggs/a41ea8178d8b26c9fba38b339fd152de to your computer and use it in GitHub Desktop.
My VS Code "Screencasting Mode" settings
"editor.padding.top": 10,
"editor.lineDecorationsWidth": 20,
"breadcrumbs.enabled": false,
"github.copilot.editor.enableCodeActions": false,
"github.copilot.editor.enableAutoCompletions": true,
"editor.cursorBlinking": "solid",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorStyle": "line",
"editor.cursorWidth": 18,
"editor.fontSize": 20,
"editor.lineHeight": 46,
"terminal.integrated.fontSize": 18,
"terminal.integrated.lineHeight": 1.6,
"gitlens.statusBar.enabled": false,
"gitlens.hovers.enabled": false,
"gitlens.currentLine.enabled": false,
"gitlens.codeLens.enabled": false,
"editor.glyphMargin": false,
"scm.diffDecorations": "none",
"workbench.activityBar.location": "hidden",
"cSpell.enabled": false,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"editor.selectionHighlight": false,
"editor.occurrencesHighlight": "off",
"editor.lightbulb.enabled": "off",
"workbench.statusBar.visible": false,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment