Skip to content

Instantly share code, notes, and snippets.

@sathishkumar294
Created September 9, 2017 05:46
Show Gist options
  • Save sathishkumar294/08d5fcbadc695fc707939751d7fb102d to your computer and use it in GitHub Desktop.
Save sathishkumar294/08d5fcbadc695fc707939751d7fb102d to your computer and use it in GitHub Desktop.
VS Code settings
{
"editor.fontSize": 16,
"editor.fontFamily": "'Monaco'",
"python.pythonPath": "/opt/anaconda3/envs/${env:CONDA_DEFAULT_ENV}/bin/python",
"terminal.integrated.fontFamily": "'Monaco'",
"terminal.integrated.fontSize": 16,
"terminal.integrated.lineHeight" : 1.2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment