Skip to content

Instantly share code, notes, and snippets.

@dkatz23238
Last active February 2, 2019 16:27
Show Gist options
  • Save dkatz23238/0a0b214e5d21e2ecd292707b736377f4 to your computer and use it in GitHub Desktop.
Save dkatz23238/0a0b214e5d21e2ecd292707b736377f4 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Tomorrow Night Blue",
"python.pythonPath": "C:\\ProgramData\\Miniconda2\\envs\\robots2\\python.exe",
"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.shellArgs.windows": [
"/k", "C:\\Program Files\\cmder\\vendor\\init.bat"
],
"python.jediEnabled": false,
"window.zoomLevel": 0,
"git.ignoreMissingGitWarning": true,
"python.linting.pylintEnabled": true,
"editor.renderWhitespace": "all",
"cSpell.userWords": [
"asmatrix",
"blas",
"cvxopt",
"numpy",
"pyplot",
"randn",
"upvotes"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment