-
Notifications
You must be signed in to change notification settings - Fork 2
/
workspace.code-workspace
63 lines (63 loc) · 1004 Bytes
/
workspace.code-workspace
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.json": "jsonc"
},
"python.analysis.logLevel": "Warning",
"python.autoComplete.extraPaths": [
"${workspaceFolder}/PowerMonitor",
"${workspaceFolder}/Config",
"${workspaceFolder}/EventManager",
"${workspaceFolder}/SDL_Pi_INA3221"
],
"python.analysis.extraPaths": [
"${workspaceFolder}/PowerMonitor",
"${workspaceFolder}/Config",
"${workspaceFolder}/EventManager",
"${workspaceFolder}/SDL_Pi_INA3221"
],
"cSpell.words": [
"amax",
"arange",
"axhline",
"bgcolor",
"chdir",
"Cvbus",
"datax",
"datay",
"DPMS",
"dtype",
"frameon",
"fullscreen",
"hline",
"homeassistant",
"idents",
"milliohm",
"MQTT",
"padx",
"pady",
"PRIO",
"Psum",
"reinit",
"relx",
"scipy",
"tolist",
"vbus",
"VERDANA",
"vshunt",
"winfo",
"xaxis",
"xlim",
"xset",
"yaxis",
"yfont",
"ylabel",
"ylim"
]
}
}