Skip to content

Instantly share code, notes, and snippets.

@memeplex
Last active September 30, 2019 00:55
Show Gist options
  • Save memeplex/a98c1ede4911b6733988922903c4a093 to your computer and use it in GitHub Desktop.
Save memeplex/a98c1ede4911b6733988922903c4a093 to your computer and use it in GitHub Desktop.
{
"folders": [
{
"path": "/home/carlos/Projects/Jampp/Gcd"
},
{
"path": "/home/carlos/Projects/Jampp/Daat"
},
{
"path": "/home/carlos/Projects/Jampp/Leech"
},
{
"path": "/home/carlos/Projects/Jampp/Macross"
}
],
"settings": {
"[python]": {
"editor.rulers": [88],
"editor.wordWrapColumn": 88
},
"python.pythonPath": "/bin/python3",
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.testing.unittestEnabled": true,
"python.testing.unittestArgs": [
"-v", "-s", ".", "-p", "test_*.py"
],
"files.associations": {
"**/scripts/*.cfg": "python",
"**/macross/datasets/*.sql": "jinja-sql"
},
"launch": {
"configurations": [
{
"name": "Python File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
},
{
"name": "Python MP File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"subProcess": true
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment