David Blume commited on 2020-12-27 11:33:32
Showing 1 changed files, with 2 additions and 2 deletions.
... | ... |
@@ -4,7 +4,7 @@ |
4 | 4 |
{ |
5 | 5 |
"path": ".", |
6 | 6 |
"folder_exclude_patterns": [".idea"], |
7 |
- "file_exclude_patterns": ["tags", "*.pyc", "*.sublime-project"] |
|
7 |
+ "file_exclude_patterns": ["tags", "*.pyc", "*.sublime-project", "*.code-workspace"] |
|
8 | 8 |
} |
9 | 9 |
], |
10 | 10 |
"build_systems": |
... | ... |
@@ -13,7 +13,7 @@ |
13 | 13 |
"name": "Run", |
14 | 14 |
"working_dir": "$project_path", |
15 | 15 |
"windows": { |
16 |
- "shell_cmd": "C:/Python27/python.exe testpython.py" |
|
16 |
+ "shell_cmd": "%LOCALAPPDATA%/Programs/Python/Python38-32/python.exe testpython.py" |
|
17 | 17 |
}, |
18 | 18 |
"osx": { |
19 | 19 |
"shell_cmd": "./testpython.py" |
20 | 20 |