You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
605 B
28 lines
605 B
{
|
|
"build_systems":
|
|
[
|
|
{
|
|
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
|
|
"name": "Anaconda Python Builder",
|
|
"selector": "source.python",
|
|
"shell_cmd": "/Users/spacenergy/Programming/BatiskafENV/bin/python -u \"$file\""
|
|
}
|
|
],
|
|
"folders":
|
|
[
|
|
{
|
|
"follow_symlinks": true,
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings":
|
|
{
|
|
"anaconda_linting": true,
|
|
"anaconda_linting_behaviour": "always",
|
|
"pep257": false,
|
|
"python_interpreter": "/Users/spacenergy/Programming/BatiskafENV/bin/python",
|
|
"test_command": "python -m unittest discover",
|
|
"use_pylint": false,
|
|
"validate_imports": true
|
|
}
|
|
}
|
|
|