Skip to content

Instantly share code, notes, and snippets.

@mmikhan
Last active January 29, 2022 10:46
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 mmikhan/f63adb88602dbace870168c28e5c9300 to your computer and use it in GitHub Desktop.
Save mmikhan/f63adb88602dbace870168c28e5c9300 to your computer and use it in GitHub Desktop.
GitHub Light Default Visual Studio Code settings
{
"editor.fontSize": 13,
"editor.fontFamily": "JetBrains Mono",
"workbench.colorTheme": "GitHub Light Default",
"breadcrumbs.enabled": false,
"editor.codeLens": false,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.fontLigatures": true,
"editor.minimap.enabled": false,
"editor.quickSuggestionsDelay": 0,
"editor.renderWhitespace": "none",
"explorer.openEditors.visible": 0,
"workbench.activityBar.visible": false,
"editor.emptySelectionClipboard": false,
"workbench.startupEditor": "none",
"workbench.statusBar.visible": false,
"workbench.sideBar.location": "right",
"workbench.panel.defaultLocation": "right",
"[javascript]": {
"editor.formatOnSave": false
},
"[vue]": {
"editor.formatOnSave": false
},
"editor.codeActionsOnSave": {
"source.fixAll": true,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment