Skip to content

Instantly share code, notes, and snippets.

@tomgobich
Created March 31, 2023 13:08
Show Gist options
  • Select an option

  • Save tomgobich/db896b18baaf2bdfebdd3e34c3d8e51e to your computer and use it in GitHub Desktop.

Select an option

Save tomgobich/db896b18baaf2bdfebdd3e34c3d8e51e to your computer and use it in GitHub Desktop.
Adocasts VCCode Settings JSON
{
"editor.fontFamily": "'Operator Mono Light','Dank Mono','Cascadia Code Light', Menlo, Monaco, 'Courier New', monospace",
"workbench.colorTheme": "GitHub Blue",
"editor.inlineSuggest.enabled": true,
"workbench.iconTheme": "minimal-icons-without-explorer-arrows",
"editor.tabSize": 2,
"workbench.statusBar.visible": false,
"workbench.fontAliasing": "auto",
"workbench.tips.enabled": false,
"breadcrumbs.enabled": false,
"workbench.editor.tabSizing": "shrink",
"workbench.editor.showTabs": false,
"editor.lineHeight": 2,
"editor.minimap.enabled": false,
"editor.fontSize": 14,
"editor.parameterHints.cycle": true,
"explorer.autoReveal": false,
"debug.internalConsoleOptions": "neverOpen",
"extensions.ignoreRecommendations": true,
"editor.renderWhitespace": "all",
"editor.scrollbar.horizontalScrollbarSize": 3,
"editor.scrollbar.verticalScrollbarSize": 3,
"editor.scrollbar.vertical": "visible",
"gitlens.currentLine.enabled": false,
"gitlens.currentLine.pullRequests.enabled": false,
"gitlens.currentLine.scrollable": false,
"workbench.activityBar.visible": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment