-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
42 lines (36 loc) · 1.12 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"python.linting.pylintEnabled": false,
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Args": ["--ignore=E501,E402,W292"],
"deploy": {
"packages": [
{
"name": "DWCC Project",
"deployOnChange": {
"files": [
"/**/*.py",
"/**/*.html"
],
"useTargetList": true
},
"files": [
"wwwroot/**/*.html",
"wwwroot/**/*.py"
],
"targets": [ "DWCC" ]
}
],
"targets": [
{
"type": "sftp",
"name": "DWCC",
"description": "Dungeon World Character Creator Folder",
"dir": "/home/nammflow/newsite",
"host": "ssh.pythonanywhere.com", "port": 22,
"user": "nammflow", "password": "zrzGQGXZ4A4gSGE"
}
]
},
"window.zoomLevel": 0
}