Skip to content

Instantly share code, notes, and snippets.

@KyleMit
Created October 23, 2020 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KyleMit/0a5f9a8ade1ecd25d755f3786c05fca9 to your computer and use it in GitHub Desktop.
Save KyleMit/0a5f9a8ade1ecd25d755f3786c05fca9 to your computer and use it in GitHub Desktop.
Twitter - Customize VS Code UI
{
"customizeUI.stylesheet": {
".editor-actions .codicon-compare-changes": "display: none !important;",
".editor-actions .codicon-open-preview": "display: none !important;",
".editor-actions .codicon-split-horizontal": "display: none !important;",
".editor-actions .codicon-toolbar-more": "display: none !important;"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment