Skip to content

Instantly share code, notes, and snippets.

@PhOmena
Forked from diego3g/settings.json
Last active October 25, 2022 22:50
Show Gist options
  • Save PhOmena/e87ca75065832d1a787e2b90e26e33c5 to your computer and use it in GitHub Desktop.
Save PhOmena/e87ca75065832d1a787e2b90e26e33c5 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
// editor
"editor.fontSize" : 14,
"editor.lineHeight" : 26,
"editor.fontFamily": "Cascadia Code",
"editor.tabSize" : 2,
"editor.minimap.enabled": false,
"explorer.compactFolders" : false,
"git.autofetch": true,
"jupyter.sendSelectionToInteractiveWindow": true,
// ide
"workbench.colorTheme" : "Dracula",
"workbench.editor.labelFormat" : "short",
"workbench.iconTheme": "material-icon-theme",
// terminal
"terminal.integrated.fontSize" : 14,
"terminal.integrated.fontFamily": "Cascadia Code",
"terminal.external.windowsExec": "D:\\coding\\git\\Git\\git-bash.exe",
// security
"security.workspace.trust.untrustedFiles" : "newWindow",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment