-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.json
30 lines (30 loc) · 910 Bytes
/
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
// Place your settings in this file to overwrite default and user settings.
{
"editor.formatOnPaste": true,
"editor.minimap.enabled": true,
"editor.snippetSuggestions": "top",
"editor.tabSize": 4,
"files.exclude": {
"Lib/": true,
"Scripts/": true,
"tcl/": true,
"Include/": true,
".vscode/": true,
"**/static-only/": true,
"*/application/__pycache__/": true,
"*/application/migrations/": true,
"*/contact/__pycache__/": true,
"*/contact/migrations/": true,
"*/device/__pycache__/": true,
"*/device/migrations/": true,
"*/facility/__pycache__/": true,
"*/facility/migrations/": true,
"*/management/__pycache__/": true,
"*/management/migrations/": true,
"*/pdiPortal/__pycache__/": true,
"*/publisher/__pycache__/": true,
"*/publisher/migrations/": true,
"*/store/__pycache__/": true,
"*/store/migrations/": true
}
}