Skip to content

Instantly share code, notes, and snippets.

@gencay
Last active May 29, 2020 07:16
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 gencay/c30fd0d86a19ef18b10062a08c9088f4 to your computer and use it in GitHub Desktop.
Save gencay/c30fd0d86a19ef18b10062a08c9088f4 to your computer and use it in GitHub Desktop.
settings for VS Code
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"extensions.ignoreRecommendations": true,
"workbench.startupEditor": "welcomePage",
"window.titleSeparator": " ◀▶ ",
"window.title": "${dirty}${activeEditorShort}${separator}${rootName}",
"editor.wordWrap": "on",
"editor.wordWrapColumn": 140,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"editor.trimAutoWhitespace": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.fontFamily": "Cascadia Code",
"editor.fontLigatures": true,
"references.preferredLocation": "view",
"diffEditor.renderSideBySide": false,
"workbench.activityBar.visible": true,
"emmet.showAbbreviationSuggestions": false,
"emmet.showExpandedAbbreviation": "never",
"vsicons.dontShowNewVersionMessage": true,
"workbench.iconTheme": "vscode-icons",
"diffEditor.ignoreTrimWhitespace": true,
"workbench.colorTheme": "Dracula",
"theme_switcher.dark_theme": "Dracula",
"theme_switcher.light_theme": "Atom One Light"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment