This repository has been archived on 2020-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
sampy_archive/.vscode/settings.json

9 lines
227 B
JSON
Raw Permalink Normal View History

2018-09-24 13:40:46 +02:00
{
2019-12-14 20:08:34 +01:00
"python.pythonPath": "C:\\Users\\Emily\\AppData\\Local\\Programs\\Python\\Python37\\python.exe",
"files.exclude": {
"**/__pycache__": true,
"**/__pycache__.*": true,
"**/*.pyc": true,
".vscode": true
}
2018-09-24 13:40:46 +02:00
}