fabfcd2fd10fbbed2e1f1b1f52a505b38eb33244
David Blume Added Sublime Text 3 project.

David Blume authored 7 years ago

1) {
2)     "folders":
3)     [
4)         {
5)             "path": ".",
6)             "folder_exclude_patterns": [".idea"],
David Blume Update Sublime Text project...

David Blume authored 3 years ago

7)             "file_exclude_patterns": ["tags", "*.pyc", "*.sublime-project", "*.code-workspace"]
David Blume Added Sublime Text 3 project.

David Blume authored 7 years ago

8)         }
9)     ],
10)     "build_systems":
11)     [
12)         {
13)             "name": "Run",
14)             "working_dir": "$project_path",
15)             "windows": {
David Blume Update Sublime Text project...

David Blume authored 3 years ago

16)                 "shell_cmd": "%LOCALAPPDATA%/Programs/Python/Python38-32/python.exe testpython.py"