mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
23 lines
388 B
Plaintext
23 lines
388 B
Plaintext
{
|
|
"build_systems":
|
|
[
|
|
{
|
|
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
|
|
"name": "Anaconda Python Builder",
|
|
"selector": "source.python",
|
|
"shell_cmd": "~/.virtualenvs/landsat-util/bin/python -u \"$file\""
|
|
}
|
|
],
|
|
"folders":
|
|
[
|
|
{
|
|
"follow_symlinks": true,
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings":
|
|
{
|
|
"python_interpreter": "~/.virtualenvs/landsat-util/bin/python"
|
|
}
|
|
}
|